Home
last modified time | relevance | path

Searched refs:kGather (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fake_quant_num_bits.cc106 case OperatorType::kGather: in DoesOpBlockBackwardPropagation()
132 case OperatorType::kGather: in DoesOpInputBlockBackwardPropagation()
Dresolve_gather_attributes.cc32 if (gather_op->type != OperatorType::kGather) in Run()
Dpropagate_activation_function_into_constants.cc57 case OperatorType::kGather: in Run()
Dresolve_constant_gather.cc73 if (base_op->type != OperatorType::kGather) { in Run()
Dunpartition_embedding_lookup.cc118 if (op->type != OperatorType::kGather) { in Run()
Dhardcode_min_max.cc440 case OperatorType::kGather: in Run()
Dquantize.cc58 type == OperatorType::kLstmCell || type == OperatorType::kGather || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2117 case OperatorType::kGather: in Run()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc404 } else if ((opcode == HloOpcode::kGather || in FindConstrainedUses()
467 case HloOpcode::kGather: in CreateLiteralForConstrainedUses()
472 use->opcode() == HloOpcode::kGather in CreateLiteralForConstrainedUses()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc38 hlo.opcode() == HloOpcode::kGather || in CanBeLoopFused()
Dcpu_instruction_fusion_test.cc758 {HloOpcode::kGather, HloOpcode::kAdd, HloOpcode::kBroadcast, in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h90 V(kGather, "gather", 2) \
Dgather_expander.cc373 return inst->opcode() == HloOpcode::kGather && in InstructionMatchesPattern()
Dinstruction_fusion.cc138 case HloOpcode::kGather: in IsExpensive()
Dhlo_instruction.cc522 case HloOpcode::kGather: { in CreateFromProto()
1384 case HloOpcode::kGather: in CloneWithNewOperands()
1835 case HloOpcode::kGather: in IdenticalSlowPath()
2649 case HloOpcode::kGather: in Visit()
Dindexed_array_analysis.cc152 } else if (instr->opcode() == HloOpcode::kGather) { in ComputeArrayFor()
Dhlo_graph_dumper.cc992 case HloOpcode::kGather: in GetInstructionColor()
Dlayout_assignment.cc2058 case HloOpcode::kGather: in InstructionCanChangeLayout()
Dhlo_instructions.cc2313 : HloInstruction(HloOpcode::kGather, shape) { in HloGatherInstruction()
Delemental_ir_emitter.cc2380 case HloOpcode::kGather: in MakeElementGenerator()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc171 instr.opcode() == HloOpcode::kGather || in IsLoopFusible()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h85 kGather, enumerator
1727 GatherOperator() : Operator(OperatorType::kGather) {}
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc59 constexpr char kGather[] = "Gather"; variable
256 {kGather, wrap(&OpLevelCostEstimator::PredictGatherOrSlice)}, in OpLevelCostEstimator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc241 SerializeAndDeserialize(GetOperator("GATHER", OperatorType::kGather), op); in TEST_F()
Doperator.cc2369 OperatorType::kGather)); in BuildOperatorList()

12