Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DUtils.cpp52 static bool isTensor(V1_2::OperandType type) { in isTensor() function
78 if (isTensor(operand.type) && operand.dimensions.size() == 0) return 0; in sizeOfData()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl38 boolean isTensor;
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl31 boolean isTensor;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl38 boolean isTensor;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl38 boolean isTensor;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl38 boolean isTensor;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DExtensionOperandTypeInformation.aidl38 boolean isTensor;
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DUtils.cpp54 static bool isTensor(V1_3::OperandType type) { in isTensor() function
82 if (isTensor(operand.type) && operand.dimensions.size() == 0) return 0; in sizeOfData()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp195 static bool isTensor(V1_0::OperandType type) { in isTensor() function
213 if (isTensor(operand.type) && operand.dimensions.size() == 0) return 0; in sizeOfData()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.cpp71 static bool isTensor(OperandType type) { in isTensor() function
99 if (isTensor(operand.type) && operand.dimensions.size() == 0) return 0; in sizeOfData()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp273 .isTensor = operandTypeInformation.isTensor, in unvalidatedConvert()
564 .isTensor = operandTypeInformation.isTensor, in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp347 .isTensor = operandTypeInformation.isTensor, in unvalidatedConvert()
773 .isTensor = info.isTensor, in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal5319 bool isTensor;