Searched refs:crops_value (Results 1 – 3 of 3) sorted by relevance
90 Value crops_value);
1003 Value crops_value) { in convertBatchToSpaceNDOp() argument1057 crops_value.getType().dyn_cast<RankedTensorType>(); in convertBatchToSpaceNDOp()1091 if (!matchPattern(crops_value, m_Constant(&crops_elems))) { in convertBatchToSpaceNDOp()
323 for (const auto &crops_value : crops_range) { in Verify() local324 int64_t crops_value_int = crops_value.getSExtValue(); in Verify()