Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for shape_and_slices (0.16 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              name: "prefix"
              type: DT_STRING
            }
            input_arg {
              name: "tensor_names"
              type: DT_STRING
            }
            input_arg {
              name: "shape_and_slices"
              type: DT_STRING
            }
            output_arg {
              name: "tensors"
              type_list_attr: "dtypes"
            }
            attr {
              name: "dtypes"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    This is like `Save` except that tensors can be listed in the saved file as being
    a slice of a larger tensor.  `shapes_and_slices` specifies the shape of the
    larger tensor and the slice that this tensor covers. `shapes_and_slices` must
    have as many elements as `tensor_names`.
    
    Elements of the `shapes_and_slices` input must either be:
    
    *  The empty string, in which case the corresponding tensor is
       saved normally.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top