Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 72 for variable1 (0.13 sec)

  1. doc/go1.17_spec.html

    For the purpose of package initialization, <a href="#Blank_identifier">blank</a>
    variables are treated like any other variables in declarations.
    </p>
    
    <p>
    The declaration order of variables declared in multiple files is determined
    by the order in which the files are presented to the compiler: Variables
    declared in the first file are declared before any of the variables declared
    in the second file, and so on.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // decisions about whether to reuse a cached test result.
    //
    // # Environment variables
    //
    // The go command and the tools it invokes consult environment variables
    // for configuration. If an environment variable is unset or empty, the go
    // command uses a sensible default setting. To see the effective setting of
    // the variable <NAME>, run 'go env <NAME>'. To change the default setting,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        for resource variables where only writes are present so later in the pipeline
        such resource variables can be fused with generated `tf.TPUExecute` ops, which
        only supports resource variable read or read + write. For all TPU computations,
        resource variables are required to be initialized prior to execution. Write only
        resource variable uses can be generated currently via packed tensor uses.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    }
    
    var xxx_messageInfo_Validation proto.InternalMessageInfo
    
    func (m *Variable) Reset()      { *m = Variable{} }
    func (*Variable) ProtoMessage() {}
    func (*Variable) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c49182728ae0af5, []int{16}
    }
    func (m *Variable) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Variable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/validation/validation_test.go

    				Variables: []admissionregistration.Variable{
    					{
    						Name:       "foo",
    						Expression: "1 + 1",
    					},
    					{
    						Name:       "bar",
    						Expression: "variables.foo + 1",
    					},
    				},
    				Validations: []admissionregistration.Validation{
    					{
    						Expression: "variables.foo > 1", // correct
    					},
    					{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

      prepare-kube-proxy-manifest-variables "${src_file}"
    
      cp "${src_file}" /etc/kubernetes/manifests
    }
    
    # Replaces the variables in the etcd manifest file with the real values, and then
    # copy the file to the manifest dir
    # $1: value for variable 'suffix'
    # $2: value for variable 'port'
    # $3: value for variable 'server_port'
    # $4: value for variable 'cpulimit'
    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. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_Validation proto.InternalMessageInfo
    
    func (m *Variable) Reset()      { *m = Variable{} }
    func (*Variable) ProtoMessage() {}
    func (*Variable) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7f7c65a4f012fb19, []int{23}
    }
    func (m *Variable) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Variable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          }
        } else if (object.kind_case() == SavedObject::kVariable) {
          const SavedVariable& variable = object.variable();
          // Find the trackable in the side data structure.
          auto variable_trackable_it = restored_objects.find(node_id);
    
          TF_ASSIGN_OR_RETURN(
              auto type, ConvertToMlirTensorType(variable.shape(), variable.dtype(),
                                                 &builder));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    }
    
    var xxx_messageInfo_Validation proto.InternalMessageInfo
    
    func (m *Variable) Reset()      { *m = Variable{} }
    func (*Variable) ProtoMessage() {}
    func (*Variable) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{25}
    }
    func (m *Variable) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Variable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        # Tests that there are variables in the model.
        variable_node_defs = _find_variables(output_graphdef)
        self.assertLen(variable_node_defs, 1)
    
        # Reads the variables from the checkpoint file and matches with the
        # variables found in the graph.
        checkpoint_path = os.path.join(
            self._output_saved_model_path, 'variables', 'variables'
        )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top