Searched refs:f32_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 41 const Shape f32_ = ShapeUtil::MakeShape(F32, {}); member in xla::__anon9dcaef2c0111::ShapeInferenceTest 66 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() 68 {&arg, &f32_}, dimensions_to_reduce, to_apply); in ExpectInferredReduceShape() 94 {ShapeUtil::MakeShape(F32, {}), ShapeUtil::MakeShape(F32, {})}, f32_); in SelectAndScatterShapeInferenceTest() 114 Shape tuple = ShapeUtil::MakeTupleShape({s32_, f32_}); in TEST_F() 163 ShapeUtil::MakeTupleShape({f32_, f32_}), in TEST_F() 164 ShapeUtil::MakeTupleShape({f32_, f32_})); in TEST_F() 179 ShapeInference::InferTernaryOpShape(HloOpcode::kClamp, f32_, f32_, f32_); in TEST_F() 181 ASSERT_TRUE(ShapeUtil::Equal(f32_, inferred_status.ValueOrDie())); in TEST_F() 186 HloOpcode::kClamp, f32_, matrix_64_48_, matrix_64_48_); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | device_target.cc | 39 f32_ = FloatType::getF32(ctx_); in DeviceTarget() 47 qi8_ = AnyQuantizedType::get(kSigned, i8_, f32_, i8_min_, i8_max_); in DeviceTarget() 48 qi8n_ = AnyQuantizedType::get(kSigned, i8_, f32_, i8_min_ + 1, i8_max_); in DeviceTarget() 49 qi32_ = AnyQuantizedType::get(kSigned, i32_, f32_, i32_min_, i32_max_); in DeviceTarget()
|
D | device_target.h | 178 FloatType f32_; variable
|
/external/flatbuffers/tests/ |
D | monster_test_generated.rs | 1823 builder.add_f32_(args.f32_); in create() 1879 pub fn f32_(&self) -> f32 { in f32_() method 1905 pub f32_: f32, field 1922 f32_: 0.0, in default() 1967 pub fn add_f32_(&mut self, f32_: f32) { in add_f32_() 1968 self.fbb_.push_slot::<f32>(TypeAliases::VT_F32_, f32_, 0.0); in add_f32_()
|