Searched defs:statusor (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 1973 StatusOr<Shape> statusor = in TEST_F() local 1989 StatusOr<Shape> statusor = in TEST_F() local 2001 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local 2013 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local 2231 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local 2246 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local 2261 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local 2277 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local 2294 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local 2311 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local [all …]
|
D | hlo_evaluator_test.cc | 4052 auto statusor = Evaluate(); in TEST_F() local 4072 auto statusor = Evaluate(); in TEST_F() local
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | statusor.h | 317 #define TF_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument 329 #define TF_ASSIGN_OR_RETURN_IMPL(statusor, lhs, rexpr) \ argument
|
D | statusor_test.cc | 88 StatusOr<NoDefaultConstructor> statusor(tensorflow::errors::Cancelled("")); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_proto_to_json.cc | 65 auto statusor = ToJson(hlo_proto); in RealMain() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder_test.cc | 173 auto statusor = b.Build(); in TEST_F() local 219 auto statusor = BuildHloModule(&b); in TEST_F() local 230 auto statusor = BuildHloModule(&b); in TEST_F() local 242 auto statusor = BuildHloModule(&b); in TEST_F() local 338 auto statusor = builder.Build(); in TEST_F() local 410 auto statusor = b.Build(); in TEST_F() local 428 auto statusor = b.Build(); in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants_test.cc | 40 auto statusor = builder.Build(); in XLA_TEST_F() local
|
/external/libtextclassifier/native/utils/base/ |
D | statusor.h | 289 #define TC_STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr, \ argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_client.cc | 949 auto& statusor = results[i]; in ExecuteOnLocalDevices() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 5692 auto statusor = Converter::Create(precision_mode, use_calibration, trt_logger, in ConvertGraphDefToEngine() local
|