Home
last modified time | relevance | path

Searched defs:square (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dsquare_sum_fusion.cc34 CNodePtr GenerateSquareSumV1(const FuncGraphPtr &graph, const CNodePtr &square, const CNodePtr &sum… in GenerateSquareSumV1()
58 CNodePtr GenerateSquareSumV2(const FuncGraphPtr &graph, const CNodePtr &square, const CNodePtr &sum… in GenerateSquareSumV2()
86 auto square = square_anf->cast<CNodePtr>(); in GetPrevNodes() local
109 CNodePtr square = nullptr; in Process() local
/third_party/node/test/fixtures/source-map/
Dtabs.js16 square = function(x) { function
26 square: square, property
/third_party/boost/libs/fusion/test/sequence/
Dtransform_view.cpp27 struct square struct
33 struct result<square(T)> argument
39 int operator()(T x) const in operator ()()
/third_party/boost/libs/fusion/test/algorithm/
Dtransform.cpp20 struct square struct
26 struct result<square(T)> argument
32 int operator()(T x) const in operator ()()
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstsquare.c94 GstSquare *square; in gst_square_set_property() local
135 GstSquare *square; in gst_square_get_property() local
161 GstSquare *square = GST_SQUARE_CAST (gt); in square_map() local
/third_party/typescript/tests/cases/projects/ext-int-ext/
Dexternal2.ts1 export function square(x: number) { function
/third_party/typescript/tests/cases/compiler/
DarrowFunctionMissingCurlyWithSemicolon.ts4 var square = (x: number) => x * x; variable
DcommentsCommentParsing.ts137 function square(a: number) { function
/third_party/typescript/tests/baselines/reference/
DarrowFunctionMissingCurlyWithSemicolon.js5 var square = (x: number) => x * x; function
DmappedTypeNestedGenericInstantiation.js18 var square = function (x) { return x * x; }; function
DcommentsCommentParsing.js134 function square(a: number) { function
/third_party/ffmpeg/libavcodec/
Ddpcm.c147 int16_t square = i * i; in dpcm_decode_init() local
173 int16_t square = i * i * 2; in dpcm_decode_init() local
Dh264_mc_template.c38 int n, int square, in mc_part()
Dh264_mb.c207 int n, int square, int height, in mc_dir_part()
322 int n, int square, in mc_part_std()
370 int n, int square, in mc_part_weighted()
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.cpp110 Bit8Set square, stare; in test_picturesque() local
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_square.cc35 auto square = std::make_shared<Square>(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dactivation_fp16.c98 float square = src * src; in TanhOptFp16() local
119 float32x4_t square = vmulq_f32(input, input); in TanhFp16() local
131 float square = input * input; in TanhFp16() local
/third_party/boost/libs/spirit/test/lex/
Dset_token_value_phoenix.cpp30 phoenix::function<square_impl> const square = square_impl(); variable
/third_party/ltp/tools/sparse/sparse-src/validation/
Dinteger-const-expr.c8 static inline unsigned square(unsigned n) in square() function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dsquare_sum_fusion.py21 square = P.Square() variable
/third_party/ffmpeg/libavutil/
Dfixed_dsp.h178 int retval, bit_mask, guess, square, i; in fixed_sqrt() local
/third_party/mindspore/tests/ut/python/dtype/
Dtest_hypermap.py75 def square(self, x): member in test_hypermap_func_const.NetMap
/third_party/flutter/skia/tools/
DSkVMTool.cpp36 static skvm::Program square() { in square() function
/third_party/skia/gm/
Dnested.cpp157 SkPath square; in __anon7641eed20102() local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcrc32.c361 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument

123