Home
last modified time | relevance | path

Searched refs:kMaximum (Results 1 – 25 of 60) sorted by relevance

123

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_relu1.cc37 op_0->type != OperatorType::kMaximum) { in Run()
45 op_1->type != OperatorType::kMaximum) || in Run()
51 const auto* max_op = op_0->type == OperatorType::kMaximum ? op_0 : op_1; in Run()
Dremove_trivial_quantized_min_max.cc54 case OperatorType::kMaximum: // Element-wise Maximum in IsTrivialMinMax()
79 op->type != OperatorType::kMaximum) || in Run()
Dresolve_constant_binary.cc151 } else if (binary_op->type == OperatorType::kMaximum) { in EvaluateBinaryOperatorOnConstantInputs()
205 binary_op->type != OperatorType::kMaximum && in Run()
Didentify_l2_normalization.cc66 op_producing_sqrt_or_rsqrt_input->type == OperatorType::kMaximum) { in Run()
Dmove_binary_operator_before_reshape.cc71 binary_op->type != OperatorType::kMaximum && in Run()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h119 V(kMaximum, "maximum", 2) \
209 case HloOpcode::kMaximum: in HloOpcodeIsBinaryCommutative()
Dbfloat16_support.cc95 case HloOpcode::kMaximum: in EffectiveOperandPrecisionIsOutputPrecision()
Dall_reduce_simplifier.cc133 case HloOpcode::kMaximum: in Run()
Ddynamic_window_utils.cc72 return BinaryOp(x, y, HloOpcode::kMaximum, name); in Maximum()
Dmap_inliner_test.cc49 param1->shape(), HloOpcode::kMaximum, param1, param2)); in TEST_F()
Dcollective_ops_utils.cc40 case HloOpcode::kMaximum: in MatchReductionInstruction()
Dall_reduce_combiner_test.cc160 HloComputation* max = MakeReduction(HloOpcode::kMaximum, module.get()); in TEST_F()
/external/libchrome/components/json_schema/
Djson_schema_constants.cc19 const char kMaximum[] = "maximum"; variable
Djson_schema_constants.h21 extern const char kMaximum[];
Djson_schema_validator.cc92 { schema::kMaximum, base::Value::Type::DOUBLE }, in IsValidSchema()
822 if (schema->GetDouble(schema::kMaximum, &maximum)) { in ValidateNumber()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc186 (opcode == HloOpcode::kMaximum || opcode == HloOpcode::kMinimum)) { in EmitFloatBinaryOp()
188 opcode == HloOpcode::kMaximum ? llvm::Intrinsic::maxnum in EmitFloatBinaryOp()
Dnccl_all_reduce_thunk.cc206 case HloOpcode::kMaximum: in MatchAllReduceComputation()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.cc305 case PoolingMode::kMaximum: in ShortPoolingModeString()
785 : mode_(dnn::PoolingMode::kMaximum), in PoolingDescriptor()
805 mode_ == dnn::PoolingMode::kMaximum ? "kMaximum" : "kAverage"; in ToString()
828 return absl::StrCat(mode_ == dnn::PoolingMode::kMaximum ? "max" : "avg", in ToShortString()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_simple_test.cc43 case HloOpcode::kMaximum: { in BuildBinOp()
87 case HloOpcode::kMaximum: { in ApplyOpToFloats()
309 {{{3, 4, 5}}, {{2, 1, 0}}, {{1, 1, 5}}, HloOpcode::kMaximum},
Dcpu_gpu_fusion_test.cc163 case HloOpcode::kMaximum: in ComputeElementwiseAnswerFloat()
754 TestElementwise2D<float, 2>(HloOpcode::kMaximum); in XLA_TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_pooling_gpu.cc135 CHECK((pooling_mode != se::dnn::PoolingMode::kMaximum) || in Compute()
Dmaxpooling_op.cc441 DnnPoolingGradOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, ksize, in Compute()
1285 DnnPoolingOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, ksize_, in Compute()
1292 DnnPoolingOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, ksize_, in Compute()
1406 DnnPoolingOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, ksize, in Compute()
Dpooling_ops_3d.cc816 DnnPooling3dOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, window, in launch()
831 DnnPooling3dGradOp<T>::Compute(context, se::dnn::PoolingMode::kMaximum, in launch()
/external/libchrome/components/policy/core/common/
Dschema.cc457 if (schema.HasKey(schema::kMinimum) || schema.HasKey(schema::kMaximum)) in DetermineStorageSizes()
515 schema.HasKey(schema::kMaximum)) { in Parse()
708 if (schema.GetInteger(schema::kMaximum, &value)) in ParseRangedInt()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h121 kMaximum, // Element-wise Maximum enumerator
1678 TensorFlowMaximumOperator() : Operator(OperatorType::kMaximum) {}

123