Searched defs:outputIdx (Results 1 – 6 of 6) sorted by relevance
60 abstract long getUnsafeNativeHandle(int outputIdx); in getUnsafeNativeHandle()68 abstract long[] shape(int outputIdx); in shape()76 abstract DataType dtype(int outputIdx); in dtype()86 abstract Tensor<?> tensor(int outputIdx); in tensor()
118 long getUnsafeNativeHandle(int outputIdx) { in getUnsafeNativeHandle()123 long[] shape(int outputIdx) { in shape()133 DataType dtype(int outputIdx) { in dtype()143 Tensor<?> tensor(int outputIdx) { in tensor()
166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput()196 const sw::Shader::Semantic& VertexShader::getOutput(int outputIdx, int component) const in getOutput()
525 private static native int getOutputDataType(long interpreterHandle, int outputIdx); in getOutputDataType()571 private static native int getOutputTensorIndex(long interpreterHandle, int outputIdx); in getOutputTensorIndex()
695 for (deUint32 outputIdx = 0; outputIdx < numOutputFloats; ++outputIdx) in addComputeIndexingNon16BaseAlignmentTests() local
1309 for (int outputIdx = 0; outputIdx < m_resultOutputTotal; outputIdx++) in initFrameBuffer() local