17#ifndef __NNKIT_SUPPORT_TF_BACKEND_H__
18#define __NNKIT_SUPPORT_TF_BACKEND_H__
46 Backend(
const char *pb_path,
const char *info_path);
50 void run(
void)
override;
55 std::vector<std::unique_ptr<ParsedTensor>> _inputs;
56 std::vector<std::unique_ptr<ParsedTensor>> _outputs;
void teardown(const std::function< void(nnkit::TensorContext &)> &f) override
Backend(Backend &&)=delete
void prepare(const std::function< void(nnkit::TensorContext &)> &f) override
Backend(const Backend &)=delete
Class to map parsed tensor and memory for tensor values. For parsed tensor, this memory is used to fi...
Class to store tensor information parsed from test.info file under moco/test/tf.