Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for Identifier (0.18 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    endpoint. caAddress: "" # Used to locate istiod. istioNamespace: istio-system # Configure the policy for validating JWT. # Currently, two options are supported: "third-party-jwt" and "first-party-jwt". jwtPolicy: "third-party-jwt" # Mesh ID means Mesh Identifier. It should be unique within the scope where # meshes will interact with each other, but it is not required to be # globally/universally unique. For example, if any of the following are true, # then two meshes must have different Mesh IDs: # - Meshes...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
    
        def data_gen_sig1() -> repr_dataset.RepresentativeDataset:
          """Generates tuple-style samples for signature 'sig1'.
    
          The first element of the tuple identifies the signature key the input data
          is for.
    
          Yields:
            Representative sample for 'sig1'.
          """
          for _ in range(4):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      std::unique_ptr<flexbuffers::Builder> CreateFlexBuilderWithNodeAttrs(
          const ::tensorflow::NodeDef& node_def, const mlir::Location& loc);
    
      // Returns opcode index for op identified by the op_name, if already
      // available. Otherwise, creates a new OperatorCode using the given `builtin`
      // operator and associates it with `op_name`.
      uint32_t GetOpcodeIndex(const std::string& op_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	// Indicates that this object is not dumped by dldump. Candidates are objects
    	// with no relocations that might get included when generating alternative
    	// objects using.
    	DF_1_NODUMP DynFlag1 = 0x00001000
    	// Identifies this object as a configuration alternative object generated by
    	// crle. Triggers the runtime linker to search for a configuration file $ORIGIN/ld.config.app-name.
    	DF_1_CONFALT DynFlag1 = 0x00002000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    "touches":1,"min_t":1285950912,"max_t":1285950912,"mean_t":1285950912},{"name":"chrome_tests.gypi","kids":[],"cl_weight":0.25,"touches":1,"min_t":1285619427,"max_t":1285619427,"mean_t":1285619427},{"name":"tools","kids":[{"name":"chrome-process-identifier.sh","kids":[],"cl_weight":0.3333333333333333,"touches":1,"min_t":1284401448,"max_t":1284401448,"mean_t":1284401448},{"name":"test","kids":[{"name":"reference_build","kids":[{"name":"chrome_linux","kids":[{"name":"resources","kids":[{"name":"ins...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

          - group: "scheduling.k8s.io"
          - group: "storage.k8s.io"'
    
      cat <<EOF >"${path}"
    apiVersion: audit.k8s.io/v1
    kind: Policy
    rules:
      # The following requests were manually identified as high-volume and low-risk,
      # so drop them.
      - level: None
        users: ["system:kube-proxy"]
        verbs: ["watch"]
        resources:
          - group: "" # core
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    	return fmt.Sprintf("stat %d %x %v %v\n", info.Size(), uint64(info.Mode()), info.ModTime(), info.IsDir())
    }
    
    // gccCompilerID returns a build cache key for the current gcc,
    // as identified by running 'compiler'.
    // The caller can use subkeys of the key.
    // Other parts of cmd/go can use the id as a hash
    // of the installed compiler version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.5.md

    * Docker versions 1.10.3 - 1.12.3
      * Docker version 1.11.2 known issues
        - Kernel crash with Aufs storage driver on Debian Jessie ([#27885]((https://github.com/kubernetes/kubernetes/issues/27885))
          which can be identified by the [node problem detector](http://kubernetes.io/docs/admin/node-problem/)
        - Leaked File descriptors ([#275](https://github.com/docker/containerd/issues/275))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      );
    
      let results = (outs);
    }
    
    def TFL_ReadVariableOp : TFL_Op<"read_variable", []> {
      let summary = "Reads variable value.";
    
      let description = [{
    Read variable data identified by 'resource_id'.
      }];
    
      let arguments = (ins
        TFL_ResourceTensor:$resource_id
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top