Searched defs:tflite_node (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model_builder.cc | 80 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 D | model_builder_helper.cc | 69 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 D | unimplemented_operation_parser.h | 36 const TfLiteNode* tflite_node, in IsSupported() 41 absl::Status Parse(const TfLiteNode* tflite_node, in Parse()
|
H A D | lstm_parser.cc | 462 const TfLiteNode* tflite_node, const TfLiteRegistration* registration, in ParseLSTMAttributes()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/ |
H A D | op_signature.cc | 92 const TfLiteNode* tflite_node) { in GetOpSignatureTensorSpecs()
|