Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for selfPath (0.21 sec)

  1. cmd/kubeadm/app/cmd/phases/workflow/runner.go

    	use := cleanName(phase.Name)
    	generatedName := use
    	selfPath := []string{generatedName}
    
    	if parentRunner != nil {
    		generatedName = strings.Join([]string{parentRunner.generatedName, generatedName}, phaseSeparator)
    		use = fmt.Sprintf("%s%s", phaseSeparator, use)
    		selfPath = append(parentRunner.selfPath, selfPath...)
    	}
    
    	// creates the phaseRunner
    	currentRunner := &phaseRunner{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 05:35:15 UTC 2022
    - 16K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/gen/cpp/renderers/guard_renderer.cc

    namespace cpp {
    
    GuardRenderer::GuardRenderer(RendererContext context) : Renderer(context) {
      string self_path = io::JoinPath(context_.path_config.tf_root_dir,
                                      context_.path_config.tf_output_dir,
                                      context_.cpp_config.unit + "_ops.h");
      string with_underscores(self_path);
      std::replace(with_underscores.begin(), with_underscores.end(), '/', '_');
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top