Home
last modified time | relevance | path

Searched refs:GetShapeDebugString (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc393 std::string GetShapeDebugString(const TfLiteIntArray* shape) { in GetShapeDebugString() function
424 GetShapeDebugString(input1->dims).c_str(), in CalculateShapeForBroadcast()
425 GetShapeDebugString(input2->dims).c_str()); in CalculateShapeForBroadcast()
454 GetShapeDebugString(input1->dims).c_str(), in CalculateShapeForBroadcast()
455 GetShapeDebugString(input2->dims).c_str(), in CalculateShapeForBroadcast()
456 GetShapeDebugString(input3->dims).c_str()); in CalculateShapeForBroadcast()