Home
last modified time | relevance | path

Searched defs:tflite_node (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc80 absl::Status RetrieveBuiltinData(const TfLiteNode* tflite_node, in RetrieveBuiltinData()
90 absl::Status RetrieveCustomInitialData(const TfLiteNode* tflite_node, in RetrieveCustomInitialData()
179 OperationType operation_type, const TfLiteNode* tflite_node, in MaybeFuseActivationForElementwiseNode()
279 const TfLiteNode* tflite_node, in IsSupported()
284 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
337 const TfLiteNode* tflite_node, in IsSupported()
367 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
383 const TfLiteNode* tflite_node, in IsSupported()
388 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
444 const TfLiteNode* tflite_node, in IsSupported()
[all …]
H A Dmodel_builder_helper.cc69 TfLiteNode** tflite_node, in GetNodeAndRegistration()
201 const TfLiteNode* tflite_node) { in GetNumberOfRuntimeInputsForNode()
214 const TfLiteNode* tflite_node) { in GetNumberOfConstInputsForNode()
220 const TfLiteNode* tflite_node, in CheckInputsOutputs()
239 const TfLiteNode* tflite_node, in CheckInputsConstsOutputs()
H A Dunimplemented_operation_parser.h36 const TfLiteNode* tflite_node, in IsSupported()
41 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
H A Dlstm_parser.cc462 const TfLiteNode* tflite_node, const TfLiteRegistration* registration, in ParseLSTMAttributes()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_signature.cc92 const TfLiteNode* tflite_node) { in GetOpSignatureTensorSpecs()