Searched refs:single_float (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils_test.cc | 36 Shape single_float = ShapeUtil::MakeShape(F32, {}); in XLA_TEST_F() local 37 Parameter(&builder, 0, single_float, "unused"); in XLA_TEST_F() 38 Parameter(&builder, 1, single_float, "used"); in XLA_TEST_F() 45 Parameter(&builder, 1, single_float, "init"), in XLA_TEST_F() 52 {&pair_float, &single_float}, in XLA_TEST_F()
|
D | reduce_test.cc | 940 Shape single_float = ShapeUtil::MakeShape(F32, {}); in XLA_TEST_F() local 941 Parameter(&builder, 0, single_float, "lhs-unused"); in XLA_TEST_F() 942 Parameter(&builder, 1, single_float, "rhs-used"); in XLA_TEST_F() 948 Parameter(&builder, 1, single_float, "init"), in XLA_TEST_F()
|
/external/rust/android-crates-io/crates/serde_yaml/tests/ |
D | test_serde.rs | 152 let single_float: f32 = serde_yaml::from_str(indoc! {" in test_float32() localVariable 156 assert!(single_float.is_nan()); in test_float32()
|
/external/cronet/stable/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 78 float single_float = 11; field
|
/external/cronet/stable/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 90 float single_float = 11; field
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 78 float single_float = 11; field
|
/external/cronet/tot/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 78 float single_float = 11; field
|
/external/cronet/tot/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 90 float single_float = 11; field
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 90 float single_float = 11; field
|