Home
last modified time | relevance | path

Searched refs:f32_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc39 const Shape f32_ = ShapeUtil::MakeShape(F32, {}); member in xla::__anon8d0540a50111::ShapeInferenceTest
64 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape()
66 {&arg, &f32_}, dimensions_to_reduce, to_apply); in ExpectInferredReduceShape()
92 {ShapeUtil::MakeShape(F32, {}), ShapeUtil::MakeShape(F32, {})}, f32_); in SelectAndScatterShapeInferenceTest()
112 Shape tuple = ShapeUtil::MakeTupleShape({s32_, f32_}); in TEST_F()
157 ShapeUtil::MakeTupleShape({f32_, f32_}), in TEST_F()
158 ShapeUtil::MakeTupleShape({f32_, f32_})); in TEST_F()
173 ShapeInference::InferTernaryOpShape(HloOpcode::kClamp, f32_, f32_, f32_); in TEST_F()
175 ASSERT_TRUE(ShapeUtil::Equal(f32_, inferred_status.ValueOrDie())); in TEST_F()
180 HloOpcode::kClamp, f32_, matrix_64_48_, matrix_64_48_); in TEST_F()
[all …]
/external/flatbuffers/tests/
Dmonster_test_generated.rs1698 builder.add_f32_(args.f32_); in create()
1754 pub fn f32_(&self) -> f32 { in f32_() method
1780 pub f32_: f32, field
1797 f32_: 0.0, in default()
1842 pub fn add_f32_(&mut self, f32_: f32) { in add_f32_()
1843 self.fbb_.push_slot::<f32>(TypeAliases::VT_F32_, f32_, 0.0); in add_f32_()