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

  /external/tensorflow/tensorflow/contrib/lite/
interpreter.cc 74 context_.ResizeTensor = ResizeTensor;
423 TfLiteStatus Interpreter::ResizeTensor(TfLiteContext* context,
context.h 268 // NOTE: ResizeTensor takes ownership of newSize.
269 TfLiteStatus (*ResizeTensor)(struct TfLiteContext*, TfLiteTensor* tensor,
318 // context->ResizeTensor() can be called to request output tensors to be

Completed in 104 milliseconds