Searched refs:max_count_const_op (Results 1 – 1 of 1) sorted by relevance
141 auto max_count_const_op = llvm::dyn_cast<TF::ConstOp>(max_count_op); in CreateInitBufferValue() local142 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()