Home
last modified time | relevance | path

Searched refs:kCustom (Results 1 – 9 of 9) sorted by relevance

/external/sfntly/cpp/src/sfntly/
Dfont.h44 kCustom = 4 enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc399 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()
Dmemory_space_assignment_test.cc868 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()
Dbfloat16_propagation.cc317 inst->fusion_kind() == HloInstruction::FusionKind::kCustom) { in ShouldKeepPrecisionUnchanged()
Dhlo_instruction.h462 kCustom, enumerator
Dhlo_instruction.cc2689 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kCustom; in IsCustomFusion()
3293 case HloInstruction::FusionKind::kCustom: in ToString()
3310 return HloInstruction::FusionKind::kCustom; in StringToFusionKind()
Dhlo_instructions.cc1269 case FusionKind::kCustom: in ToCategory()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc628 case PlatformId::kCustom: in GetEncodingName()
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc54 kCustom = 0, enumerator
196 void SetUp() override { ASSERT_EQ(GetParam(), TestType::kCustom); } in SetUp()
210 testing::Values(TestType::kCustom));