Home
last modified time | relevance | path

Searched defs:statusor (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1973 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 …]
Dhlo_evaluator_test.cc4052 auto statusor = Evaluate(); in TEST_F() local
4072 auto statusor = Evaluate(); in TEST_F() local
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor.h317 #define TF_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument
329 #define TF_ASSIGN_OR_RETURN_IMPL(statusor, lhs, rexpr) \ argument
Dstatusor_test.cc88 StatusOr<NoDefaultConstructor> statusor(tensorflow::errors::Cancelled("")); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_proto_to_json.cc65 auto statusor = ToJson(hlo_proto); in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc173 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/
Dconstants_test.cc40 auto statusor = builder.Build(); in XLA_TEST_F() local
/external/libtextclassifier/native/utils/base/
Dstatusor.h289 #define TC_STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr, \ argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_client.cc949 auto& statusor = results[i]; in ExecuteOnLocalDevices() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc5692 auto statusor = Converter::Create(precision_mode, use_calibration, trt_logger, in ConvertGraphDefToEngine() local