Home
last modified time | relevance | path

Searched defs:isTensor (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DUtils.cpp52 static bool isTensor(V1_2::OperandType type) { in isTensor() function
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DUtils.cpp54 static bool isTensor(V1_3::OperandType type) { in isTensor() function
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DUtils.cpp69 static bool isTensor(OperandType type) { in isTensor() function
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DUtils.cpp195 static bool isTensor(V1_0::OperandType type) { in isTensor() function
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DMemory.cpp109 const bool isTensor = TypeManager::get()->isTensorType(kOperand.type); in validate() local
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h88 bool isTensor; member
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h339 bool isTensor = false; member