Searched refs:single_float (Results 1 – 3 of 3) 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() 51 computation_status.ValueOrDie(), {&pair_float, &single_float}, in XLA_TEST_F()
|
D | reduce_test.cc | 933 Shape single_float = ShapeUtil::MakeShape(F32, {}); in XLA_TEST_F() local 934 Parameter(&builder, 0, single_float, "lhs-unused"); in XLA_TEST_F() 935 Parameter(&builder, 1, single_float, "rhs-used"); in XLA_TEST_F() 941 Parameter(&builder, 1, single_float, "init"), in XLA_TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_proto3.proto | 90 float single_float = 11; field
|