Home
last modified time | relevance | path

Searched refs:kMinimum (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_relu1.cc65 if (op_0->type != OperatorType::kMinimum && in Run()
73 (op_1->type != OperatorType::kMinimum && in Run()
79 const auto* min_op = op_0->type == OperatorType::kMinimum ? op_0 : op_1; in Run()
Dremove_trivial_quantized_min_max.cc50 case OperatorType::kMinimum: // Element-wise Minimum in IsTrivialMinMax()
78 if ((op->type != OperatorType::kMinimum && in Run()
Dresolve_constant_binary.cc148 } else if (binary_op->type == OperatorType::kMinimum) { in EvaluateBinaryOperatorOnConstantInputs()
204 binary_op->type != OperatorType::kMinimum && in Run()
Dmove_binary_operator_before_reshape.cc69 binary_op->type != OperatorType::kMinimum && in Run()
Dquantize.cc45 type == OperatorType::kMinimum || type == OperatorType::kMaximum || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2136 case OperatorType::kMinimum: // Element-wise Minimum in Run()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_simple_test.cc40 case HloOpcode::kMinimum: { in BuildBinOp()
86 case HloOpcode::kMinimum: { in ApplyOpToFloats()
312 {{{3, 4, 5}}, {{2, 1, 0}}, {{1, 4, 1}}, HloOpcode::kMinimum},
318 {{{3, 199, 5}}, {{2, 1, 0}}, {{1, 199, 1}}, HloOpcode::kMinimum},
494 HloOpcode::kMinimum},
500 HloOpcode::kMinimum},
506 HloOpcode::kMinimum},
Dfusion_test.cc164 case HloOpcode::kMinimum: in ComputeElementwiseAnswerFloat()
752 TestElementwise2D<float, 2>(HloOpcode::kMinimum); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_support.cc92 case HloOpcode::kMinimum: in EffectiveOperandPrecisionIsOutputPrecision()
Dhlo_opcode.h105 V(kMinimum, "minimum", 2) \
Dinstruction_fusion.cc83 case HloOpcode::kMinimum: in IsExpensive()
Dhlo_graph_dumper.cc281 case HloOpcode::kMinimum: in MatchTrivialComputation()
946 case HloOpcode::kMinimum: in GetInstructionColor()
Dhlo_instruction.cc731 case HloOpcode::kMinimum: in CreateBinary()
1428 case HloOpcode::kMinimum: in CloneWithNewOperands()
1754 case HloOpcode::kMinimum: in IdenticalSlowPath()
2155 case HloOpcode::kMinimum: in IsElementwiseImpl()
2511 case HloOpcode::kMinimum: in Visit()
Delemental_ir_emitter.cc745 case HloOpcode::kMinimum: in EmitFloatBinaryOp()
1316 case HloOpcode::kMinimum: in EmitIntegerBinaryOp()
2241 case HloOpcode::kMinimum: in MakeElementGenerator()
Dhlo_instruction_test.cc1108 HloInstruction::CreateBinary(r1f32, HloOpcode::kMinimum, x, broadcast)); in TEST_F()
Dlayout_assignment.cc2012 case HloOpcode::kMinimum: in InstructionCanChangeLayout()
Dshape_inference.cc931 case HloOpcode::kMinimum: in InferBinaryOpShape()
Dhlo_parser.cc769 case HloOpcode::kMinimum: in ParseInstructionRhs()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h118 kMinimum, // Element-wise Minimum enumerator
1634 TensorFlowMinimumOperator() : Operator(OperatorType::kMinimum) {}
Dexport_tensorflow.cc2260 } else if (src_op.type == OperatorType::kMinimum) { in ConvertOperator()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc168 (opcode == HloOpcode::kMaximum || opcode == HloOpcode::kMinimum)) { in EmitFloatBinaryOp()
Dir_emitter.cc234 if (root_opcode == HloOpcode::kMinimum && is_atomic_integral) { in MaybeEmitDirectAtomicOperation()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc129 "MINIMUM", OperatorType::kMinimum); // Element-wise Minimum in TEST_F()
Doperator.cc747 explicit Minimum() : SimpleOperator("MINIMUM", OperatorType::kMinimum) {} in Minimum()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1494 case HloOpcode::kMinimum: in MatchReductionGenerator()

12