Searched refs:max_count_op (Results 1 – 1 of 1) sorted by relevance
139 auto max_count_op = max_size.getDefiningOp(); in CreateInitBufferValue() local140 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()