Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for integrity (0.18 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

                         absl::StrCat("File contents are inconsistent for file: ",
                                      path, " @ ", offset)
                             .c_str());
          }
          TF_VLog(2, "Successful integrity check for: %s @ %u", path.c_str(),
                  offset);
        }
      }
      return read;
    }
    
    // SECTION 1. Implementation for `TF_RandomAccessFile`
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Aug 23 06:55:53 GMT 2023
    - 46.9K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Other:
        *   tf.py_func now reports the full stack trace if an exception occurs.
        *   Integrate `TPUClusterResolver` with GKE's integration for Cloud TPUs.
        *   Add a library for statistical testing of samplers.
        *   Add Helpers to stream data from the GCE VM to a Cloud TPU.
        *   Integrate ClusterResolvers with TPUEstimator.
        *   Unify metropolis_hastings interface with HMC kernel.
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top