Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasPsWithResourceVariable (0.22 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util.cc

          return success();
        }
      }
      return failure();
    }
    
    // Check if the `graph` has parameter server jobs and resource variable
    // arguments that are on parameter servers
    bool HasPsWithResourceVariable(const Graph& graph) {
      // Check parameter serverjobs and resource variable arguments that are
      // on parameter servers.
      const std::string jobType = "ps";
      const std::string nodeType = "_Arg";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 12:22:33 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top