Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc2353 StatusOr<Shape> statusor = in TEST_F() local
2369 StatusOr<Shape> statusor = in TEST_F() local
2381 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local
2393 StatusOr<Shape> statusor = ShapeInference::InferVariadicOpShape( in TEST_F() local
2611 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
2626 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
2641 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
2657 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
2674 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
2691 StatusOr<Shape> statusor = ShapeInference::InferGatherShape( in TEST_F() local
[all …]
Dhlo_evaluator_test.cc4156 auto statusor = Evaluate(); in TEST_F() local
4176 auto statusor = Evaluate(); in TEST_F() local
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatusor_test.cc1612 absl::StatusOr<ConvertibleToAnyStatusOr> statusor(v); in TEST() local
1617 absl::StatusOr<ConvertibleToAnyStatusOr> statusor = v; in TEST() local
1624 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor( in TEST() local
1630 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor = in TEST() local
1640 absl::StatusOr<MyType> statusor(v); in TEST() local
1645 absl::StatusOr<MyType> statusor = v; in TEST() local
1655 absl::StatusOr<MyType> statusor(v); in TEST() local
1660 absl::StatusOr<MyType> statusor(v); in TEST() local
1665 absl::StatusOr<MyType> statusor(v); in TEST() local
1672 absl::StatusOr<MyType> statusor(v); in TEST() local
[all …]
/external/openscreen/third_party/abseil/src/absl/status/
Dstatusor_test.cc1623 absl::StatusOr<ConvertibleToAnyStatusOr> statusor(v); in TEST() local
1628 absl::StatusOr<ConvertibleToAnyStatusOr> statusor = v; in TEST() local
1635 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor( in TEST() local
1641 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor = in TEST() local
1651 absl::StatusOr<MyType> statusor(v); in TEST() local
1656 absl::StatusOr<MyType> statusor = v; in TEST() local
1666 absl::StatusOr<MyType> statusor(v); in TEST() local
1671 absl::StatusOr<MyType> statusor(v); in TEST() local
1676 absl::StatusOr<MyType> statusor(v); in TEST() local
1683 absl::StatusOr<MyType> statusor(v); in TEST() local
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc1612 absl::StatusOr<ConvertibleToAnyStatusOr> statusor(v); in TEST() local
1617 absl::StatusOr<ConvertibleToAnyStatusOr> statusor = v; in TEST() local
1624 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor( in TEST() local
1630 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor = in TEST() local
1640 absl::StatusOr<MyType> statusor(v); in TEST() local
1645 absl::StatusOr<MyType> statusor = v; in TEST() local
1655 absl::StatusOr<MyType> statusor(v); in TEST() local
1660 absl::StatusOr<MyType> statusor(v); in TEST() local
1665 absl::StatusOr<MyType> statusor(v); in TEST() local
1672 absl::StatusOr<MyType> statusor(v); in TEST() local
[all …]
/external/angle/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc1623 absl::StatusOr<ConvertibleToAnyStatusOr> statusor(v); in TEST() local
1628 absl::StatusOr<ConvertibleToAnyStatusOr> statusor = v; in TEST() local
1635 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor( in TEST() local
1641 absl::StatusOr<CustomType<MyType, kConvToStatus | kConvExplicit>> statusor = in TEST() local
1651 absl::StatusOr<MyType> statusor(v); in TEST() local
1656 absl::StatusOr<MyType> statusor = v; in TEST() local
1666 absl::StatusOr<MyType> statusor(v); in TEST() local
1671 absl::StatusOr<MyType> statusor(v); in TEST() local
1676 absl::StatusOr<MyType> statusor(v); in TEST() local
1683 absl::StatusOr<MyType> statusor(v); in TEST() local
[all …]
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor.h375 #define TF_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument
387 #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.cc175 auto statusor = b.Build(); in TEST_F() local
221 auto statusor = BuildHloModule(&b); in TEST_F() local
232 auto statusor = BuildHloModule(&b); in TEST_F() local
244 auto statusor = BuildHloModule(&b); in TEST_F() local
339 auto statusor = BuildHloModule(&b); in TEST_F() local
350 auto statusor = builder.Build(); in TEST_F() local
472 auto statusor = b.Build(); in TEST_F() local
490 auto statusor = b.Build(); in TEST_F() local
/external/icing/icing/testing/
Dcommon-matchers.h409 #define ICING_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \ argument
/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dstatus_macros.h115 #define STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr, \ argument
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants_test.cc40 auto statusor = builder.Build(); in XLA_TEST_F() local
/external/icing/icing/text_classifier/lib3/utils/base/
Dstatusor.h345 #define TC_STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr, \ argument
/external/libtextclassifier/native/utils/base/
Dstatusor.h347 #define TC_STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr, \ argument
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc2038 auto& statusor = results[i]; in Execute() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3346 auto statusor = RunGrappler(*meta_graph_def); in Create() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc6332 auto statusor = Converter::Create(precision_mode, use_calibration, trt_logger, in ConvertGraphDefToEngine() local