Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDynamicSize (0.1 sec)

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

        llvm::SmallDenseMap<Value, TensorArrayStats>* stats) {
      auto elem_shape = GetTensorArrayElementShape(ta, module);
      if (!elem_shape) return ta.emitOpError("unknown element shape");
      if (ta.getDynamicSize()) {
        return ta.emitOpError("dynamic tensor array size is unsupported");
      }
      Value buffer;
      OpBuilder builder(ta);
      if (failed(cutil::CreateInitBufferValue(*elem_shape, ta.getSize(), ta,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 40.2K bytes
    - Viewed (0)
Back to top