Searched defs:nn_type (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 395 int32_t nn_type = 0; in ConvertTensorTypeToNNType() local 874 int nn_type = ANEURALNETWORKS_TENSOR_FLOAT32; in TransformHardSwishIntoSupportedOps() local 1058 int nn_type) { in AddSingleValueTensorAsScalarOperand() 1088 int32_t nn_type, TfLiteType type, const TfLiteIntArray* dims, in AddNewInputConstantTensor() 1140 int32_t nn_type, TfLiteType type, std::initializer_list<int> dims, in AddNewInputConstantTensor() 1156 TfLiteStatus GetEquivalentToANNType(TfLiteContext* context, int nn_type, in GetEquivalentToANNType() 1175 TfLiteStatus AddScalarOperand(T value, int32_t nn_type) { in AddScalarOperand() 1193 int32_t nn_type, float scale, in AddVectorOperand() 1218 int32_t nn_type) { in AddVectorOperand() 1233 int32_t nn_type, float scale, in AddAdditionalOutputTensor() [all …]
|