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

Function HaveSameShapes

tensorflow/lite/kernels/kernel_util.cc:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool HaveSameShapes(const TfLiteTensor* input1, const TfLiteTensor* input2) {
198 return TfLiteIntArrayEqual(input1->dims, input2->dims);
199}
200
201// TODO(petewarden): Having macros around this is ugly, look at other strategies
202// before replicating this approach elsewhere.

Callers 15

PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
SelectPrepareFunction · 0.85
SelectEvalFunction · 0.85
PreluPrepareFunction · 0.85
TEST_FFunction · 0.85
PrepareFunction · 0.85

Calls 1

TfLiteIntArrayEqualFunction · 0.85

Tested by 1

TEST_FFunction · 0.68