HomeSort by relevance Sort by last modified time
    Searched full:kdiv (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
fuse_binary_into_preceding_affine.cc 82 mul_or_div_op->type == OperatorType::kDiv);
86 CHECK(mul_or_div_op->type != OperatorType::kDiv ||
143 } else if (mul_or_div_op->type == OperatorType::kDiv) {
154 } else if (mul_or_div_op->type == OperatorType::kDiv) {
165 } else if (mul_or_div_op->type == OperatorType::kDiv) {
185 binary_op->type != OperatorType::kDiv) {
217 if (binary_op->type == OperatorType::kDiv) {
305 binary_op->type == OperatorType::kDiv) {
fuse_binary_into_following_affine.cc 117 mul_or_div_op->type == OperatorType::kDiv);
121 CHECK(mul_or_div_op->type != OperatorType::kDiv ||
143 } else if (mul_or_div_op->type == OperatorType::kDiv) {
159 binary_op->type != OperatorType::kDiv) {
191 if (binary_op->type == OperatorType::kDiv) {
278 binary_op->type == OperatorType::kDiv) {
remove_trivial_binary.cc 55 binary_op->type != OperatorType::kDiv) {
99 } else if (binary_op->type == OperatorType::kDiv) {
resolve_tensorflow_tile.cc 66 binary_op->type != OperatorType::kDiv) {
resolve_constant_binary.cc 142 } else if (binary_op->type == OperatorType::kDiv) {
198 binary_op->type != OperatorType::kDiv &&
identify_l2_normalization.cc 46 if (div_or_mul_op->type == OperatorType::kDiv) {
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 192 const float kDiv = 32.0f;
193 return (static_cast<float>(fp_number) / kDiv);
206 const float kDiv = 65536.0f;
207 return (static_cast<float>(fp_number) / kDiv);
  /external/webrtc/webrtc/base/
random_unittest.cc 288 const double kDiv = -2.0 * kStddev * kStddev;
292 double f_left = kScale * exp((n - kMean - 0.5) * (n - kMean - 0.5) / kDiv);
293 double f_mid = kScale * exp((n - kMean) * (n - kMean) / kDiv);
294 double f_right = kScale * exp((n - kMean + 0.5) * (n - kMean + 0.5) / kDiv);
  /art/compiler/optimizing/
induction_var_analysis.cc 454 loop, phi, instruction, instruction->InputAt(0), instruction->InputAt(1), kDiv);
466 update = SolveOp(loop, phi, instruction, instruction->InputAt(0), divc, kDiv);
796 } else if (op != kDiv && op != kRem) {
807 case kDiv:
    [all...]
induction_var_analysis.h 67 kDiv,
induction_var_range.cc 637 if (info->operation == HInductionVarAnalysis::kDiv) {
740 case HInductionVarAnalysis::kDiv:
    [all...]
induction_var_range_test.cc 142 case '/': op = HInductionVarAnalysis::kDiv; break;
202 : HInductionVarAnalysis::kDiv,
    [all...]
loop_optimization.cc     [all...]
nodes.h     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 350 case Bytecode::kDiv:
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 46 kDiv,
731 DivOperator() : Operator(OperatorType::kDiv) {}
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 773 ops.emplace_back(new Div(::tflite::BuiltinOperator_DIV, OperatorType::kDiv));
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 108 kdiv = KcFactor * (Traits::mr * sizeof(LhsScalar) + Traits::nr * sizeof(RhsScalar)), enumerator in enum:Eigen::internal::__anon19482
118 const Index k_cache = (numext::mini<Index>)((l1-ksub)/kdiv, 320);
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.cc 798 {"Div", nvinfer1::ElementWiseOperation::kDIV},
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 872 case HValue::kDiv:
    [all...]

Completed in 2141 milliseconds