Home
last modified time | relevance | path

Searched refs:Prod (Results 1 – 25 of 52) sorted by relevance

123

/external/perfetto/test/stress_test/
DREADME.md62 Prod RSS [MB] --- 1
64 Prod CPU [ms] --- 32
66 Prod #ctxswitch --- 1022 / 1
79 Prod RSS [MB] --- 1
81 Prod CPU [ms] --- 17
83 Prod #ctxswitch --- 421 / 1
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DProd.pbtxt2 name: "Prod"
59 name: "Prod"
118 name: "Prod"
178 name: "Prod"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DProd.pbtxt2 name: "Prod"
59 name: "Prod"
118 name: "Prod"
178 name: "Prod"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Prod.pbtxt2 graph_op_name: "Prod"
4 name: "Prod"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Prod.pbtxt2 graph_op_name: "Prod"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Prod.pbtxt2 graph_op_name: "Prod"
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_gpu.h111 struct Prod { struct
127 (std::is_same<Op, Prod<T>>::value || argument
317 LaunchScan<T, Prod<T>>(d, in, out, Prod<T>(), reverse, exclusive);
Dreduction_gpu_kernels.cu.h54 struct Prod { struct
63 return Prod<T>()(a, Eigen::numext::conj(a)); in operator() argument
1021 (std::is_same<Op, Prod<T>>::value ||
1294 ReduceImpl<T, Prod<T>, T*, T*, ReductionAxes>(
1298 Prod<T>());
/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp386 PWACtx Prod = visit(Expr->getOperand(0)); in visitMulExpr() local
389 Prod = combine(Prod, visit(Expr->getOperand(i)), isl_pw_aff_mul); in visitMulExpr()
390 if (isTooComplex(Prod)) in visitMulExpr()
394 return Prod; in visitMulExpr()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp751 Value *Prod = nullptr; in visitMulExpr() local
754 if (!Prod) { in visitMulExpr()
756 Prod = expand(Op); in visitMulExpr()
759 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
760 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod); in visitMulExpr()
764 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
766 if (isa<Constant>(Prod)) std::swap(Prod, W); in visitMulExpr()
771 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
774 Prod = InsertBinop(Instruction::Mul, Prod, W); in visitMulExpr()
779 return Prod; in visitMulExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp775 Value *Prod = nullptr; in visitMulExpr() local
819 if (!Prod) { in visitMulExpr()
821 Prod = ExpandOpBinPowN(); in visitMulExpr()
824 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
825 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
831 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
833 if (isa<Constant>(Prod)) std::swap(Prod, W); in visitMulExpr()
842 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
846 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
852 return Prod; in visitMulExpr()
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp802 Value *Prod = nullptr; in visitMulExpr() local
846 if (!Prod) { in visitMulExpr()
848 Prod = ExpandOpBinPowN(); in visitMulExpr()
851 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
852 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod, in visitMulExpr()
858 Prod = InsertNoopCastOfTo(Prod, Ty); in visitMulExpr()
860 if (isa<Constant>(Prod)) std::swap(Prod, W); in visitMulExpr()
869 Prod = InsertBinop(Instruction::Shl, Prod, in visitMulExpr()
873 Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(), in visitMulExpr()
879 return Prod; in visitMulExpr()
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad.cc82 scope, Range(scope, zero, Prod(scope, partitions_shape, zero), one), in DynamicPartitionGrad()
Dmath_grad_test.cc46 using ops::Prod;
948 TEST_F(NaryGradTest, Prod) { in TEST_F() argument
951 auto y = Prod(scope_, x, {1}); in TEST_F()
Dmath_grad.cc739 auto group_size = SafeDivHelper(scope, Prod(scope, input_shape, zero), in MeanGrad()
740 Prod(scope, output_shape, zero)); in MeanGrad()
963 auto reduced_num = Prod(cpu_scope, Gather(scope, input_shape, reduced), 0); in ProdGrad()
966 auto other_num = Prod(cpu_scope, Gather(scope, input_shape, other), 0); in ProdGrad()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary122 Prod 2
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Ddiscretization.py264 [-1, gen_math_ops.Prod(input=input_shape.as_list()[1:], axis=0)])
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1216 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst() local
1221 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) : in FoldICmpDivCst()
1222 ConstantExpr::getUDiv(Prod, DivRHS)) != CmpRHS; in FoldICmpDivCst()
1229 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst()
1243 LoBound = Prod; in FoldICmpDivCst()
1256 LoBound = Prod; // e.g. X/5 op 3 --> [15, 20) in FoldICmpDivCst()
1259 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true); in FoldICmpDivCst()
1262 HiBound = AddOne(Prod); in FoldICmpDivCst()
1282 HiBound = AddOne(Prod); in FoldICmpDivCst()
1287 LoBound = Prod; // e.g. X/-5 op -3 --> [15, 20) in FoldICmpDivCst()
[all …]
/external/arm-trusted-firmware/docs/plat/
Dpoplar.rst171 Device 0: Vendor: SanDisk Rev: 1.00 Prod: Cruzer Blade
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py366 num_labels = gen_math_ops.Prod(input=pred_shape[1:], axis=0)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2361 APInt Prod = C * *C2; in foldICmpDivConstant() local
2366 bool ProdOV = (DivIsSigned ? Prod.sdiv(*C2) : Prod.udiv(*C2)) != C; in foldICmpDivConstant()
2386 LoBound = Prod; in foldICmpDivConstant()
2399 LoBound = Prod; // e.g. X/5 op 3 --> [15, 20) in foldICmpDivConstant()
2402 HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant()
2405 HiBound = Prod + 1; in foldICmpDivConstant()
2425 HiBound = Prod + 1; in foldICmpDivConstant()
2430 LoBound = Prod; // e.g. X/-5 op -3 --> [15, 20) in foldICmpDivConstant()
2433 HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2404 APInt Prod = C * *C2; in foldICmpDivConstant() local
2409 bool ProdOV = (DivIsSigned ? Prod.sdiv(*C2) : Prod.udiv(*C2)) != C; in foldICmpDivConstant()
2429 LoBound = Prod; in foldICmpDivConstant()
2442 LoBound = Prod; // e.g. X/5 op 3 --> [15, 20) in foldICmpDivConstant()
2445 HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant()
2448 HiBound = Prod + 1; in foldICmpDivConstant()
2468 HiBound = Prod + 1; in foldICmpDivConstant()
2473 LoBound = Prod; // e.g. X/-5 op -3 --> [15, 20) in foldICmpDivConstant()
2476 HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.td298 // Size(x) = Prod(Shape(x), reduction_indices=0, keep_dims=false)
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md317 * `raw_ops.Prod`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md161 `Prod` | `Tidx={int32,int64}`<br>`T={complex64,double,float,int32,in…

123