Home
last modified time | relevance | path

Searched defs:TfLiteNode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.h472 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 Dcommon.h486 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 Dcalibrator.cc63 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 Dmodel_test.cc61 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 Dtest_util.cc342 std::pair<TfLiteNode, TfLiteRegistration> node_and_registration) { in CountPartitionsDelegatedTo()
/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.cpp80 std::pair<TfLiteNode, TfLiteRegistration> node_and_registration) { in CountPartitionsDelegatedTo()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc1304 absl::Status Parse(const TfLiteNode*, const TfLiteRegistration*, in Parse()