HomeSort by relevance Sort by last modified time
    Searched defs:transposed (Results 1 - 5 of 5) sorted by null

  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp 414 String transposed = this->getTypeName(base.toCompound(fContext, local
417 fExtraFunctions.writeText((transposed + " " + name + "(" + type + " m) {\nreturn " +
418 transposed + "(").c_str());
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp 414 String transposed = this->getTypeName(base.toCompound(fContext, local
417 fExtraFunctions.writeText((transposed + " " + name + "(" + type + " m) {\nreturn " +
418 transposed + "(").c_str());
    [all...]
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.cpp 206 std::vector<float> transposed = local
210 reinterpret_cast<const uint8_t*>(transposed.data()),
213 std::vector<uint8_t> transposed = local
217 reinterpret_cast<const uint8_t*>(transposed.data()),
239 std::vector<float> transposed = transpose<float>( local
242 reinterpret_cast<const uint8_t*>(transposed.data()),
245 std::vector<uint8_t> transposed = transpose<uint8_t>( local
248 reinterpret_cast<const uint8_t*>(transposed.data()),
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 188 * transpose of some other value. The value that `transposed` points to
191 struct vtn_ssa_value *transposed; member in struct:vtn_ssa_value
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation.cc 3186 HloInstruction* transposed; local
    [all...]

Completed in 183 milliseconds