Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1704 StatusOr<Shape> statusor = in TEST_F() local
1720 StatusOr<Shape> statusor = in TEST_F() local
1732 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local
1744 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local
1910 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1925 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1940 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1956 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1973 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1990 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
[all …]
Dhlo_evaluator_test.cc2929 auto statusor = Evaluate(); in TEST_F() local
2949 auto statusor = Evaluate(); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h195 #define TF_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument
207 #define TF_ASSIGN_OR_RETURN_IMPL(statusor, lhs, rexpr) \ argument
/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
232 auto statusor = BuildHloModule(&b); in TEST_F() local
328 auto statusor = builder.Build(); in TEST_F() local
400 auto statusor = b.Build(); in TEST_F() local
418 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/tensorflow/tensorflow/stream_executor/lib/
Dstatusor_test.cc88 StatusOr<NoDefaultConstructor> statusor(tensorflow::errors::Cancelled("")); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc322 auto& statusor = results[replica]; in ExecutePerReplica() local