Searched refs:kCustom (Results 1 – 9 of 9) sorted by relevance
/external/sfntly/cpp/src/sfntly/ |
D | font.h | 44 kCustom = 4 enumerator
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_propagation_test.cc | 399 tuple_f0->shape(), HloInstruction::FusionKind::kCustom, {add, add}, in TEST_F() 412 dot->shape(), HloInstruction::FusionKind::kCustom, {fusion0}, comp_f1)); in TEST_F() 478 dot_f->shape(), HloInstruction::FusionKind::kCustom, {add, add}, comp_f)); in TEST_F() 517 tuple_f->shape(), HloInstruction::FusionKind::kCustom, {add, add}, in TEST_F() 692 shape, HloInstruction::FusionKind::kCustom, {body_transpose}, comp_f)); in TEST_F()
|
D | memory_space_assignment_test.cc | 868 shape, HloInstruction::FusionKind::kCustom, {tuple}, fusion_computation)); in TEST_P() 1017 shape, HloInstruction::FusionKind::kCustom, {tuple}, fusion_computation)); in TEST_P() 2114 tuple_shape, HloInstruction::FusionKind::kCustom, {p0, p0}, in TEST_P() 2161 shape, HloInstruction::FusionKind::kCustom, {tuple}, fusion_computation)); in TEST_P() 2203 tuple_shape, HloInstruction::FusionKind::kCustom, {p0, p0}, in TEST_P() 2228 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P() 2287 nested_tuple_shape, HloInstruction::FusionKind::kCustom, {p0, p0}, in TEST_P() 2304 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P() 2362 tuple_shape, HloInstruction::FusionKind::kCustom, {p0, p0}, in TEST_P() 2365 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
|
D | bfloat16_propagation.cc | 317 inst->fusion_kind() == HloInstruction::FusionKind::kCustom) { in ShouldKeepPrecisionUnchanged()
|
D | hlo_instruction.h | 462 kCustom, enumerator
|
D | hlo_instruction.cc | 2689 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kCustom; in IsCustomFusion() 3293 case HloInstruction::FusionKind::kCustom: in ToString() 3310 return HloInstruction::FusionKind::kCustom; in StringToFusionKind()
|
D | hlo_instructions.cc | 1269 case FusionKind::kCustom: in ToCategory()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 628 case PlatformId::kCustom: in GetEncodingName()
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl_unittest.cc | 54 kCustom = 0, enumerator 196 void SetUp() override { ASSERT_EQ(GetParam(), TestType::kCustom); } in SetUp() 210 testing::Values(TestType::kCustom));
|