Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1518 StatusOr<Shape> statusor = in TEST_F() local
1603 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1616 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1629 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1642 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1656 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1672 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1688 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1703 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
1720 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h191 #define TF_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument
203 #define TF_ASSIGN_OR_RETURN_IMPL(statusor, lhs, rexpr) \ argument
Dstatusor_test.cc80 StatusOr<NoDefaultConstructor> statusor(tensorflow::errors::Cancelled("")); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_proto_to_json.cc63 auto statusor = ToJson(hlo_proto); in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc220 const auto& statusor = results[replica]; in Execute() local