Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/
Dfont.h44 kCustom = 4 enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc398 tuple_f0->shape(), HloInstruction::FusionKind::kCustom, {add, add}, in TEST_F()
411 dot->shape(), HloInstruction::FusionKind::kCustom, {fusion0}, comp_f1)); in TEST_F()
448 dot_f->shape(), HloInstruction::FusionKind::kCustom, {add, add}, comp_f)); in TEST_F()
487 tuple_f->shape(), HloInstruction::FusionKind::kCustom, {add, add}, in TEST_F()
662 shape, HloInstruction::FusionKind::kCustom, {body_transpose}, comp_f)); in TEST_F()
Dhlo_instruction.h349 kCustom, enumerator
Dhlo_instruction.cc2987 case HloInstruction::FusionKind::kCustom: in ToString()
3004 return HloInstruction::FusionKind::kCustom; in StringToFusionKind()
Dlayout_assignment.cc1571 } else if (fusion->fusion_kind() != HloInstruction::FusionKind::kCustom) { in SetFusionLayouts()
Dhlo_instructions.cc1165 case FusionKind::kCustom: in ToCategory()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc624 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));