Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInputHandle (0.41 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tensor_list_ops_decomposition.cc

      auto it = buffer_to_size.find(length.getInputHandle());
      if (it == buffer_to_size.end()) {
        length.emitOpError("found tf.TensorListLength on unknown TensorList.");
        return failure();
      }
      OpBuilder builder(length);
      if (it->getSecond().fixed) {
        auto dim = cutil::CreateScalarConst(
            mlir::cast<RankedTensorType>(length.getInputHandle().getType())
                .getDimSize(0),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
Back to top