Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp843 const OperandType constTensorType(dataType, {1}, scale, /*zeroPoint=*/0); in initialize() local
846 mModel.addConstantOperand<ElementType>(&constTensorType, constTensorData); in initialize()