Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for values_tensor_name (0.15 sec)

  1. tensorflow/cc/tools/freeze_saved_model.cc

        // If the tensor is sparse we have to add all three tensors of the sparse
        // representations.
        const TensorInfo_CooSparse& coo_sparse = tensor_info.coo_sparse();
        tensor_names->insert(coo_sparse.values_tensor_name());
        tensor_names->insert(coo_sparse.indices_tensor_name());
        tensor_names->insert(coo_sparse.dense_shape_tensor_name());
      } else if (tensor_info.has_composite_tensor()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 11 08:05:36 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top