mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
c10::string_view -> std::string_view in caffe2/jit (#142383)
Test Plan: Sandcastle Differential Revision: D66939979 Pull Request resolved: https://github.com/pytorch/pytorch/pull/142383 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
dd2d0c6b80
commit
7e41717a26
@ -5,7 +5,7 @@
|
||||
|
||||
namespace torch {
|
||||
namespace jit {
|
||||
constexpr c10::string_view testSource = R"JIT(
|
||||
constexpr std::string_view testSource = R"JIT(
|
||||
class FooTest:
|
||||
def __init__(self, x):
|
||||
self.x = x
|
||||
|
Reference in New Issue
Block a user