Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for NODE_NAME (0.55 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api_internal.h

      TF_Graph* parent;
      TF_Output* parent_inputs;
    };
    
    struct TF_OperationDescription {
      TF_OperationDescription(TF_Graph* g, const char* op_type,
                              const char* node_name)
          : node_builder(node_name, op_type, g->graph.op_registry()), graph(g) {}
    
      tensorflow::NodeBuilder node_builder;
      TF_Graph* graph;
      std::set<std::string> colocation_constraints;
    };
    
    struct TF_Operation {
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 07 04:56:09 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle

        String buildNumber = System.getenv('BUILD_NUMBER')
        String buildUrl = System.getenv('BUILD_URL')
        String jobName = System.getenv('JOB_NAME')
        String nodeName = System.getenv('NODE_NAME')
        String jobBranch = System.getenv('ghprbTargetBranch') ?: System.getenv('JOB_BRANCH')
    
        tag OS.current().name()
        tag Architecture.current().name()
    
        // Tag if this build is run in FIPS mode
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 20:40:34 GMT 2021
    - 4.6K bytes
    - Click Count (0)
Back to Top