Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
H A Dnnapi_hardware.cc71 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) in GetOpCost()
H A Dcpu_hardware.cc146 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) { in GetOpCost()
H A Dgpu_hardware.cc124 if (ArithmeticCountUtilHelper::GetInputTensorTotalSize(op, &count)) in GetOpCost()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Darithmetic_count_util.h37 static bool GetInputTensorTotalSize(mlir::Operation* op, int64_t* count) { in GetInputTensorTotalSize() function