Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.cc139 auto max_count_op = max_size.getDefiningOp(); in CreateInitBufferValue() local
140 if (!max_count_op) return op->emitOpError("unknown max element count"); in CreateInitBufferValue()
141 auto max_count_const_op = llvm::dyn_cast<TF::ConstOp>(max_count_op); in CreateInitBufferValue()