Home
last modified time | relevance | path

Searched refs:Dim (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1358 unsigned Dim) { in Create() argument
1360 slangAssert((Dim > 1) && "Invalid dimension of matrix"); in Create()
1400 if (CAT->getSize() != Dim * Dim) { in Create()
1404 << (Dim * Dim) << (RD->getName()); in Create()
1418 return new RSExportMatrixType(Context, TypeName, Dim); in Create()
1672 unsigned Dim = EMT->getDim(); in convertToRTD() local
1673 slangAssert((Dim >= 2) && (Dim <= 4)); in convertToRTD()
1674 rtd->type = &gReflectionTypes[15 + Dim-2]; in convertToRTD()
Dslang_rs_export_type.h538 unsigned Dim) in RSExportMatrixType() argument
540 mDim(Dim) { in RSExportMatrixType()
551 unsigned Dim);
Dslang_rs_reflection_cpp.cpp52 unsigned Dim = EMT->getDim(); in GetMatrixTypeName() local
54 if ((Dim - 2) < (sizeof(MatrixTypeCNameMap) / sizeof(const char *))) in GetMatrixTypeName()
Dslang_rs_reflection.cpp127 unsigned Dim = EMT->getDim(); in GetMatrixTypeName() local
129 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *))) in GetMatrixTypeName()
/frameworks/ml/nn/tools/api/
Dtypes.spec1374 * * 0: Hash functions. Dim.size == 2, DataType: Float.
1375 * Tensor[0].Dim[0]: Number of hash functions.
1376 * Tensor[0].Dim[1]: Number of projected output bits generated by each
1379 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
1381 * * 1: Input. Dim.size >= 1, no restriction on DataType.
1382 * * 2: Weight. Optional. Dim.size == 1, DataType: Float.
1385 * Tensor[1].Dim[0] == Tensor[2].Dim[0]
1399 * of k * (1 << Tensor[0].Dim[1]) will be added to each signature,
1414 * Output.Dim == { Tensor[0].Dim[0] }
1418 * Output.Dim == { Tensor[0].Dim[0] * Tensor[0].Dim[1] }