Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetVariableSnapshots (0.24 sec)

  1. tensorflow/compiler/jit/xla_launch_util_test.cc

        DeviceCompiler<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    using PjRtDeviceExecutablePersistor =
        DeviceExecutablePersistor<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    
    absl::flat_hash_map<int, const Tensor*> GetVariableSnapshots(
        const std::vector<VariableInfo>& variables) {
      absl::flat_hash_map<int, const Tensor*> variable_snapshots;
      for (int i = 0; i < variables.size(); i++) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_launch_util_gpu_test.cc

        DeviceCompiler<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    using PjRtDeviceExecutablePersistor =
        DeviceExecutablePersistor<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    
    absl::flat_hash_map<int, const Tensor*> GetVariableSnapshots(
        const std::vector<VariableInfo>& variables) {
      absl::flat_hash_map<int, const Tensor*> variable_snapshots;
      for (int i = 0; i < variables.size(); i++) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top