Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.h90 Value crops_value);
Dlegalize_common.cc1003 Value crops_value) { in convertBatchToSpaceNDOp() argument
1057 crops_value.getType().dyn_cast<RankedTensorType>(); in convertBatchToSpaceNDOp()
1091 if (!matchPattern(crops_value, m_Constant(&crops_elems))) { in convertBatchToSpaceNDOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc323 for (const auto &crops_value : crops_range) { in Verify() local
324 int64_t crops_value_int = crops_value.getSExtValue(); in Verify()