Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_relu1.cc36 if (op_0->type != OperatorType::kMinimum && in Run()
44 (op_1->type != OperatorType::kMinimum && in Run()
50 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.cc149 } 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.cc76 OperatorType::kMinimum, in SupportsQuantization()
/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},
Dcpu_gpu_fusion_test.cc163 case HloOpcode::kMinimum: in ComputeElementwiseAnswerFloat()
752 TestElementwise2D<float, 2>(HloOpcode::kMinimum); in XLA_TEST_F()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc103 {{OperatorType::kMinimum, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
104 {{OperatorType::kMinimum, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
105 {{OperatorType::kMinimum, 3}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
/external/libchrome/components/json_schema/
Djson_schema_constants.cc22 const char kMinimum[] = "minimum"; variable
Djson_schema_constants.h24 extern const char kMinimum[];
Djson_schema_validator.cc95 { schema::kMinimum, base::Value::Type::DOUBLE }, in IsValidSchema()
814 if (schema->GetDouble(schema::kMinimum, &minimum)) { in ValidateNumber()
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_simplifier.cc118 case HloOpcode::kMinimum: in Run()
Dbfloat16_support.cc93 case HloOpcode::kMinimum: in EffectiveOperandPrecisionIsOutputPrecision()
Dcollective_ops_utils.cc42 } else if (match_opcode(HloOpcode::kMinimum) || in MatchReductionComputation()
Dhlo_opcode.h108 V(kMinimum, "minimum", 2) \
Dall_reduce_combiner_test.cc161 HloComputation* min = MakeReduction(HloOpcode::kMinimum, module.get()); in TEST_F()
Dinstruction_fusion.cc92 case HloOpcode::kMinimum: in IsExpensive()
Dhlo_graph_dumper.cc286 case HloOpcode::kMinimum: in MatchTrivialComputation()
961 case HloOpcode::kMinimum: in GetInstructionColor()
Dhlo_instruction.cc934 case HloOpcode::kMinimum: in CreateBinary()
1752 case HloOpcode::kMinimum: in CloneWithNewOperands()
2149 case HloOpcode::kMinimum: in IdenticalSlowPath()
2649 case HloOpcode::kMinimum: in IsOpElementwise()
3092 case HloOpcode::kMinimum: in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc81 case HloOpcode::kMinimum: in MatchReductionComputation()
Delemental_ir_emitter.cc170 (opcode == HloOpcode::kMaximum || opcode == HloOpcode::kMinimum)) { in EmitFloatBinaryOp()
Dir_emitter.cc326 if (root_opcode == HloOpcode::kMinimum && is_atomic_integral) { in MaybeEmitDirectAtomicOperation()
/external/libchrome/components/policy/core/common/
Dschema.cc457 if (schema.HasKey(schema::kMinimum) || schema.HasKey(schema::kMaximum)) in DetermineStorageSizes()
514 } else if (schema.HasKey(schema::kMinimum) || in Parse()
706 if (schema.GetInteger(schema::kMinimum, &value)) in ParseRangedInt()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h121 kMinimum, // Element-wise Minimum enumerator
1688 TensorFlowMinimumOperator() : Operator(OperatorType::kMinimum) {}
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc302 return xla::HloOpcode::kMinimum; in MhloToHloOpcode()

12