Searched refs:GetInputTensorTotalSize (Results 1 – 4 of 4) sorted by relevance
71 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) in GetOpCost()
146 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) { in GetOpCost()
124 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) in GetOpCost()
37 static bool GetInputTensorTotalSize(mlir::Operation* op, int64_t* count) { in GetInputTensorTotalSize() function