Searched defs:tflite_node (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder.cc | 76 absl::Status RetrieveBuiltinData(const TfLiteNode* tflite_node, in RetrieveBuiltinData() 175 const TfLiteNode* tflite_node, in IsSupported() 187 absl::Status Parse(const TfLiteNode* tflite_node, in Parse() 209 const TfLiteNode* tflite_node, in IsSupported() 215 absl::Status Parse(const TfLiteNode* tflite_node, in Parse() 230 const TfLiteNode* tflite_node, in IsSupported() 244 absl::Status Parse(const TfLiteNode* tflite_node, in Parse() 347 const TfLiteNode* tflite_node, in IsSupported() 374 absl::Status Parse(const TfLiteNode* tflite_node, in Parse() 407 const TfLiteNode* tflite_node, in IsSupported() [all …]
|
D | model_builder_helper.cc | 69 TfLiteNode** tflite_node, in GetNodeAndRegistration() 199 const TfLiteNode* tflite_node) { in GetNumberOfRuntimeInputsForNode() 212 const TfLiteNode* tflite_node) { in GetNumberOfConstInputsForNode() 218 const TfLiteNode* tflite_node, in CheckInputsOutputs() 237 const TfLiteNode* tflite_node, in CheckInputsConstsOutputs()
|
D | operation_parser.cc | 65 const TfLiteNode* tflite_node, int idx) { in CheckTensorIsAvailable()
|
D | lstm_parser.cc | 444 const TfLiteNode* tflite_node, const TfLiteRegistration* registration, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/default/ |
D | custom_parsers.cc | 40 const TfLiteNode* tflite_node, in IsSupported() 45 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
|