Searched defs:nn_type (Results  1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ | 
| D | nnapi_delegate.cc | 458   int32_t nn_type = 0;  in ConvertTensorTypeToNNType()  local 1012     int nn_type = ANEURALNETWORKS_TENSOR_FLOAT32;  in TransformHardSwishIntoSupportedOps()  local 1210     int nn_type = (output_tensor.type == kTfLiteUInt8 || need_int8_conversion)  in AppendRequantize()  local 1475                                                    int nn_type) {  in AddSingleValueTensorAsScalarOperand() 1508       int32_t nn_type, TfLiteType type, const TfLiteIntArray* dims,  in AddNewInputConstantTensor() 1560       int32_t nn_type, TfLiteType type, std::initializer_list<int> dims,  in AddNewInputConstantTensor() 1579     int32_t nn_type;  in AddIntermediateOutputTensor()  local 1612   TfLiteStatus GetEquivalentToANNType(TfLiteContext* context, int nn_type,  in GetEquivalentToANNType() 1631   TfLiteStatus AddScalarOperand(T value, int32_t nn_type) {  in AddScalarOperand() 1649                                 int32_t nn_type, float scale,  in AddVectorOperand() [all …] 
 |