Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.cc141 auto max_count_const_op = llvm::dyn_cast<TF::ConstOp>(max_count_op); in CreateInitBufferValue() local
142 if (!max_count_const_op) return op->emitOpError("unknown max element count"); in CreateInitBufferValue()
144 (*max_count_const_op.value().getValues<APInt>().begin()).getSExtValue(); in CreateInitBufferValue()