/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
D | transposed_update_fusion.cc | 28 tensor::TensorPtr CreatePermTensor(const CNodePtr &transposed) { in CreatePermTensor() argument 29 auto perm = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(transposed, kAttrPerm); in CreatePermTensor() 48 ValueNodePtr CreatePermValueNode(const CNodePtr &transposed) { in CreatePermValueNode() argument 49 tensor::TensorPtr perm_tensor = CreatePermTensor(transposed); in CreatePermValueNode() 75 auto transposed = node->cast<CNodePtr>(); in Process() local 76 MS_EXCEPTION_IF_NULL(transposed); in Process() 79 auto perm_vnode = CreatePermValueNode(transposed); in Process() 81 transposed->input(1), perm_vnode}; in Process() 83 transpose->set_scope(transposed->scope()); in Process() 84 transpose->set_abstract(transposed->abstract()); in Process()
|
/third_party/boost/libs/qvm/test/ |
D | transpose_test.cpp | 26 assign(r2,transposed(x)); in test() 29 transposed(x) *= 2; in test() 31 transposed(x) + transposed(x); in test() 32 -transposed(x); in test()
|
D | col_mat_test.cpp | 22 float y[1][Dim]; assign(y,transposed(col_mat(x))); in test()
|
/third_party/node/deps/npm/node_modules/spdx-correct/ |
D | index.js | 263 var transposed = transposition[TRANSPOSED] 264 if (identifier.indexOf(transposed) > -1) { 266 transposed,
|
/third_party/boost/libs/geometry/test/algorithms/relate/ |
D | test_relate.hpp | 35 std::string transposed(std::string matrix) in transposed() function 151 std::string expected1_tr = transposed(expected1); in check_geometry() 152 std::string expected2_tr = transposed(expected2); in check_geometry()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9itxfm_neon.S | 990 @ contain the transposed 4x4 blocks. 993 @ Store the transposed 4x4 blocks horizontally. 1050 @ contain the transposed 4x4 blocks. 1053 @ Store the transposed 4x4 blocks horizontally.
|
D | vp9itxfm_16bpp_neon.S | 1056 @ transposed 2x2 blocks. 1059 @ Store the transposed 2x2 blocks horizontally. 1585 @ transposed 2x2 blocks.
|
/third_party/mindspore/mindspore/nn/layer/ |
D | conv.py | 49 transposed=False): argument 94 if transposed: 831 transposed=True) 1038 transposed=True) 1232 transposed=True)
|
D | thor_layer.py | 202 padding, dilation, group, has_bias, weight_init, bias_init, transposed=False): argument 234 if not transposed:
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 74 bool transposed, float size) in calc_addr() argument 76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in calc_addr() 79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in calc_addr() 97 struct ureg_src saddr[2], bool right_side, bool transposed, in increment_addr() argument 100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in increment_addr() 101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in increment_addr()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transpose_matrix.txt | 157 Matrices are queried and returned in their transposed form by calling 198 TRANSPOSE_*_MATRIX_ARB refer to the same state as their non-transposed
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_transpose_matrix.txt | 167 Matrices are queried and returned in their transposed form by calling 208 TRANSPOSE_*_MATRIX_ARB refer to the same state as their non-transposed
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 69 struct vtn_ssa_value *src0_transpose = wrap_matrix(b, _src0->transposed); in matrix_multiply() 70 struct vtn_ssa_value *src1_transpose = wrap_matrix(b, _src1->transposed); in matrix_multiply() 191 if (src0->transposed) { in vtn_handle_matrix_alu() 192 return vtn_ssa_transpose(b, mat_times_scalar(b, src0->transposed, in vtn_handle_matrix_alu()
|
D | vtn_private.h | 322 struct vtn_ssa_value *transposed; member
|
/third_party/python/Doc/tutorial/ |
D | datastructures.rst | 310 >>> transposed = [] 312 ... transposed.append([row[i] for row in matrix]) 314 >>> transposed 319 >>> transposed = [] 325 ... transposed.append(transposed_row) 327 >>> transposed
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLGLSLCodeGenerator.cpp | 428 String transposed = this->getTypeName(base.toCompound(fContext, in writeTransposeHack() local 431 fExtraFunctions.writeText((transposed + " " + name + "(" + type + " m) {\nreturn " + in writeTransposeHack() 432 transposed + "(").c_str()); in writeTransposeHack()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLGLSLCodeGenerator.cpp | 418 String transposed = this->getTypeName(base.toCompound(fContext, in writeTransposeHack() local 421 fExtraFunctions.writeText((transposed + " " + name + "(" + typeName + " m) {\nreturn " + in writeTransposeHack() 422 transposed + "(").c_str()); in writeTransposeHack()
|
/third_party/boost/boost/qvm/ |
D | map_mat_mat.hpp | 618 transposed( A const & a ) in transposed() function 628 transposed( A & a ) in transposed() function
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | util.dart | 149 // by the transposed current transformation matrix. The vector_math
|
D | vector_math.dart | 354 Matrix4 transposed() => clone()..transpose(); 814 /// Multiply a transposed [this] with [arg]. 899 /// Multiply [this] with a transposed [arg].
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp8dsp_loopfilter.asm | 51 ; first 4 mm registers will carry the transposed pixel data
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel_locator.rst | 89 //Loc::Loc(const Loc& loc, x_coord_t, y_coord_t, bool transposed=false);
|
D | image_view.rst | 260 // flipped upside-down, left-to-right, transposed view
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel_locator.rst.txt | 89 //Loc::Loc(const Loc& loc, x_coord_t, y_coord_t, bool transposed=false);
|
/third_party/boost/libs/qvm/doc/ |
D | qvm.adoc | 181 Here is another example, multiplying a transposed view of a matrix by a vector of some user-defined… 186 float3 vrot = transposed(rotx_mat<3>(3.14159f)) * v; 4549 [[transposed]] anchor 4550 ==== `transposed` 4557 -unspecified-return-type- transposed(); 4562 The expression `transposed(m)` returns an lvalue <<view_proxy,view proxy>> that transposes the matr… 5022 auto tr = transposed(m); //Error: the return type of transposed can not be copied. 5029 auto & tr = transposed(m);
|