MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ResizeTensor

Method ResizeTensor

tensorflow/lite/core/subgraph.cc:854–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854TfLiteStatus Subgraph::ResizeTensor(TfLiteContext* context,
855 TfLiteTensor* tensor,
856 TfLiteIntArray* new_size) {
857 // Note here that context->impl_ is recovering the this pointer for an
858 // instance of Interpreter to call into the member function ResizeTensorImpl
859 // (this function is static).
860 return static_cast<Subgraph*>(context->impl_)
861 ->ResizeTensorImpl(tensor, new_size);
862}
863
864void Subgraph::ReportErrorImpl(const char* format, va_list args) {
865 error_reporter_->Report(format, args);

Callers 15

TESTFunction · 0.80
CopyOpRegistrationMethod · 0.80
AddOpRegistrationFunction · 0.80
FakeFusedRegistrationMethod · 0.80
CancelOpRegistrationMethod · 0.80
OkOpRegistrationMethod · 0.80
AddTfLiteMulOpMethod · 0.80
CopyShapeAndTypeFunction · 0.80
AddTensorMethod · 0.80
MapMethod · 0.80
PrepareFunction · 0.80

Calls 1

ResizeTensorImplMethod · 0.80

Tested by 9

TESTFunction · 0.64
CopyOpRegistrationMethod · 0.64
AddOpRegistrationFunction · 0.64
FakeFusedRegistrationMethod · 0.64
CancelOpRegistrationMethod · 0.64
OkOpRegistrationMethod · 0.64
AddTfLiteMulOpMethod · 0.64
PrepareFunction · 0.64