Home
last modified time | relevance | path

Searched refs:transposed (Results 1 – 25 of 44) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dtransposed_update_fusion.cc28 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/
Dtranspose_test.cpp26 assign(r2,transposed(x)); in test()
29 transposed(x) *= 2; in test()
31 transposed(x) + transposed(x); in test()
32 -transposed(x); in test()
Dcol_mat_test.cpp22 float y[1][Dim]; assign(y,transposed(col_mat(x))); in test()
/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js263 var transposed = transposition[TRANSPOSED]
264 if (identifier.indexOf(transposed) > -1) {
266 transposed,
/third_party/boost/libs/geometry/test/algorithms/relate/
Dtest_relate.hpp35 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/
Dvp9itxfm_neon.S990 @ 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.
Dvp9itxfm_16bpp_neon.S1056 @ transposed 2x2 blocks.
1059 @ Store the transposed 2x2 blocks horizontally.
1585 @ transposed 2x2 blocks.
/third_party/mindspore/mindspore/nn/layer/
Dconv.py49 transposed=False): argument
94 if transposed:
831 transposed=True)
1038 transposed=True)
1232 transposed=True)
Dthor_layer.py202 padding, dilation, group, has_bias, weight_init, bias_init, transposed=False): argument
234 if not transposed:
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c74 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/
DARB_transpose_matrix.txt157 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/
DARB_transpose_matrix.txt167 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/
Dvtn_alu.c69 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()
Dvtn_private.h322 struct vtn_ssa_value *transposed; member
/third_party/python/Doc/tutorial/
Ddatastructures.rst310 >>> 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/
DSkSLGLSLCodeGenerator.cpp428 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/
DSkSLGLSLCodeGenerator.cpp418 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/
Dmap_mat_mat.hpp618 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/
Dutil.dart149 // by the transposed current transformation matrix. The vector_math
Dvector_math.dart354 Matrix4 transposed() => clone()..transpose();
814 /// Multiply a transposed [this] with [arg].
899 /// Multiply [this] with a transposed [arg].
/third_party/ffmpeg/libavcodec/x86/
Dvp8dsp_loopfilter.asm51 ; first 4 mm registers will carry the transposed pixel data
/third_party/boost/libs/gil/doc/design/
Dpixel_locator.rst89 //Loc::Loc(const Loc& loc, x_coord_t, y_coord_t, bool transposed=false);
Dimage_view.rst260 // flipped upside-down, left-to-right, transposed view
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel_locator.rst.txt89 //Loc::Loc(const Loc& loc, x_coord_t, y_coord_t, bool transposed=false);
/third_party/boost/libs/qvm/doc/
Dqvm.adoc181 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);

12