HomeSort by relevance Sort by last modified time
    Searched defs:MicroInterpreter (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/
micro_interpreter.h 26 class MicroInterpreter {
36 MicroInterpreter(const Model* model, const OpResolver& op_resolver,
micro_interpreter.cc 51 MicroInterpreter* interpreter =
52 static_cast<MicroInterpreter*>(context->impl_);
61 MicroInterpreter::MicroInterpreter(const Model* model,
158 TfLiteStatus MicroInterpreter::Invoke() {
288 TfLiteTensor* MicroInterpreter::input(int index) {
299 TfLiteTensor* MicroInterpreter::output(int index) {

Completed in 61 milliseconds