Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 4UL (0.01 sec)

  1. tensorflow/c/experimental/saved_model/core/ops/variable_ops.cc

      TF_RETURN_IF_ERROR(varhandle_op->SetAttrType("dtype", dtype));
    
      // Note that if shape is unknown rank, shape.dim_sizes() will be empty, and
      // shape.dims() will be -1.
      absl::InlinedVector<int64_t, 4UL> dim_sizes = shape.dim_sizes();
      TF_RETURN_IF_ERROR(varhandle_op->SetAttrShape(
          "shape", reinterpret_cast<const int64_t*>(dim_sizes.data()),
          shape.dims()));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 11:28:19 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top