Add gemmlowp label for mirrorpad op
PiperOrigin-RevId: 257801957
This commit is contained in:
parent
8783806006
commit
d0ef56fb70
@ -162,6 +162,7 @@ std::unique_ptr<TfLiteIntArray, void (*)(TfLiteIntArray*)> GetPaddedOutputShape(
|
||||
} // namespace
|
||||
|
||||
TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) {
|
||||
gemmlowp::ScopedProfilingLabel label("MirrorPad");
|
||||
const TfLiteTensor* input_tensor = GetInput(context, node, 0);
|
||||
const TfLiteTensor* padding_matrix = GetInput(context, node, 1);
|
||||
auto* params =
|
||||
|
Loading…
x
Reference in New Issue
Block a user