Searched defs:TfLiteNode (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | common.h | 472 typedef struct TfLiteNode { struct 474 TfLiteIntArray* inputs; 477 TfLiteIntArray* outputs; 481 TfLiteIntArray* intermediates; 507 } TfLiteNode; argument 569 typedef struct TfLiteNode { struct 591 } TfLiteNode; argument
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | common.h | 486 typedef struct TfLiteNode { struct 488 TfLiteIntArray* inputs; 491 TfLiteIntArray* outputs; 495 TfLiteIntArray* intermediates; 521 } TfLiteNode; typedef 583 typedef struct TfLiteNode { struct 605 } TfLiteNode; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator.cc | 63 Calibrator(const std::unordered_map<const TfLiteNode*, OperatorInfo>& in Calibrator() 166 const std::unordered_map<const TfLiteNode*, OperatorInfo>& node_to_opinfo, in CreateCalibrator() 305 std::unordered_map<const TfLiteNode*, OperatorInfo>* node_ptr_opinfo_map, in GetNodeOpInfoMapAndContext()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | model_test.cc | 61 TfLiteStatus dummy_resize(TfLiteContext*, TfLiteNode*) { return kTfLiteOk; } in dummy_resize() argument 62 TfLiteStatus dummy_invoke(TfLiteContext*, TfLiteNode*) { return kTfLiteOk; } in dummy_invoke() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | test_util.cc | 342 std::pair<TfLiteNode, TfLiteRegistration> node_and_registration) { in CountPartitionsDelegatedTo()
|
/aosp_15_r20/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 80 std::pair<TfLiteNode, TfLiteRegistration> node_and_registration) { in CountPartitionsDelegatedTo()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model_builder.cc | 1304 absl::Status Parse(const TfLiteNode*, const TfLiteRegistration*, in Parse()
|