Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tensor_shape (0.45 sec)

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

            value {
              name: "NoOp"
              tensor_shape {
                unknown_rank: true
              }
            }
          }
        }
      }
      signature_def {
        key: "serving_default"
        value {
          outputs {
            key: "output_0"
            value {
              name: "PartitionedCall:0"
              dtype: DT_DOUBLE
              tensor_shape {
                dim {
                  size: 150
    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. RELEASE.md

        *   `status.h` -> `../lib/core/status.h`
        *   `tensor.h` -> `../framework/tensor.h`
        *   `tensor_shape.h` -> `../framework/tensor_shape.h`
        *   `partial_tensor_shape.h` -> `../framework/partial_tensor_shape.h`
        *   `tensorflow_server.h` deleted
    *   For C++ API users: `TensorShape::ShortDebugString` has been renamed to
        `DebugString`, and the previous `DebugString` behavior is gone (it was
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top