Home
last modified time | relevance | path

Searched defs:arithmetic (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Darithmetic.c28 ArithmeticStruct *arithmetic = (ArithmeticStruct *)self; in InitArithmeticRunFunction() local
74 ArithmeticStruct *arithmetic = (ArithmeticStruct *)self; in ArithmeticRelease() local
112 void ArithmeticComputeOffset(ArithmeticStruct *arithmetic, int task_id) { in ArithmeticComputeOffset()
150 ArithmeticStruct *arithmetic = (ArithmeticStruct *)base; in ArithmeticDoExecute() local
192 ArithmeticStruct *arithmetic = (ArithmeticStruct *)cdata; in ArithmeticRun() local
259 int UpdateArithmeticParameter(ArithmeticStruct *arithmetic) { in UpdateArithmeticParameter()
278 int OptimizeArithmeticShape(ArithmeticStruct *arithmetic) { in OptimizeArithmeticShape()
360 int ResetArithmeticStatus(ArithmeticStruct *arithmetic) { in ResetArithmeticStatus()
375 void ArithmeticDoBroadcast(ArithmeticStruct *arithmetic, void *in_data, void *out_data, int input_i… in ArithmeticDoBroadcast()
383 int ArithmeticBroadCastConstTensor(ArithmeticStruct *arithmetic) { in ArithmeticBroadCastConstTensor()
[all …]
Darithmetic_compare.c122 ArithmeticStruct *arithmetic = (ArithmeticStruct *)self; in ArithmeticCompareResize() local
134 ArithmeticStruct *arithmetic = (ArithmeticStruct *)arithmetic_compare; in CreateArithmeticCompare() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/f16/
Darithmetic_f16.c79 ArithmeticStruct *arithmetic = (ArithmeticStruct *)self; in ArithmeticF16Resize() local
164 ArithmeticStruct *arithmetic = &arithmetic_f16->arithmetic_; in CreateArithmeticF16() local
Darithmetic_compare_f16.c73 ArithmeticStruct *arithmetic = (ArithmeticStruct *)self; in ArithmeticCompareF16Compute() local
86 ArithmeticStruct *arithmetic = &arithmetic_compare_f16->arithmetic_f16_.arithmetic_; in CreateArithmeticCompareF16() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/base/
Darithmetic_base.c35 void CalcStructMultiplesAndStrides(ArithmeticStruct *arithmetic) { in CalcStructMultiplesAndStrides()
/third_party/rust/crates/nom/benchmarks/benches/
Darithmetic.rs69 fn arithmetic(c: &mut Criterion) { in arithmetic() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp266 auto *arithmetic = llvm::cast<Ice::InstArithmetic>(use); in performScalarReplacementOfAggregates() local
632 auto *arithmetic = llvm::dyn_cast<Ice::InstArithmetic>(use); in isStaticallyIndexedArray() local
DSubzeroReactor.cpp1223 …Ice::InstArithmetic *arithmetic = Ice::InstArithmetic::create(::function, op, result, swapOperands… in createArithmetic() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc152 …auto arithmetic = gen_g.PushBack({gen_g.NewOpInst(prim_name_), tuple_get_item_1, tuple_get_item_2}… in ComputeReplaceGraphForInterleaved() local
162 AnfNodePtr arithmetic; in ComputeReplaceGraphForInterleaved() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/
Dopencl_fusion.cc325 KernelExec *arithmetic = act->in_kernels().front(); in TryMergeArithmeticAct() local
/third_party/mesa3d/src/panfrost/compiler/
Dcompiler.h546 bool arithmetic; /* ARSHIFT_OR */ member
/third_party/skia/tests/
DImageFilterTest.cpp1877 sk_sp<SkImageFilter> arithmetic( in test_arithmetic_bounds() local
/third_party/skia/m133/tests/
DImageFilterTest.cpp2110 sk_sp<SkImageFilter> arithmetic(SkImageFilters::Arithmetic( in test_arithmetic_bounds() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82539 static nsIAtom* arithmetic; member in nsGkAtoms