Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for exportId (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            }
            return errors::InvalidArgument(
                "Exported function with exported name(s) ",
                absl::StrJoin(names, ", "),
                " with multiple concrete functions. Add "
                "@tf.function(input_signature=[...]) on this function, or use a "
                "narrower list of exported names that excludes this function.");
          }
        }
      }
      return absl::OkStatus();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			name:      ". and same namespace in exportTo is not okay",
    			namespace: "ns5",
    			exportTo:  []string{".", "ns5"},
    			wantErr:   true,
    		},
    		{
    			name:      "duplicate namespaces in exportTo is not okay",
    			namespace: "ns5",
    			exportTo:  []string{"ns1", "ns2", "ns1"},
    			wantErr:   true,
    		},
    		{
    			name:           "duplicate none in service entry exportTo is not okay",
    			namespace:      "ns5",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. src/reflect/all_test.go

    				return
    			}
    			field := typ.Field(0)
    			n := field.Name
    			if n == "" {
    				panic("field.Name must not be empty")
    			}
    			exported := token.IsExported(n)
    			if exported != test.exported {
    				t.Errorf("test-%d: got exported=%v want exported=%v", i, exported, test.exported)
    			}
    			if field.PkgPath != test.field.PkgPath {
    				t.Errorf("test-%d: got PkgPath=%q want pkgPath=%q", i, field.PkgPath, test.field.PkgPath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    			}
    		}
    
    		// Make sure we have only one of . or *
    		if exportToSet.Contains(string(visibility.Public)) {
    			// make sure that there are no other entries in the exportTo
    			// i.e. no point in saying ns1,ns2,*. Might as well say *
    			if len(exportTo) > 1 {
    				errs = appendErrors(errs, fmt.Errorf("cannot have both public (*) and non-public exportTo values for a resource"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //		into a C archive file. The only callable symbols will be those
    //		functions exported using a cgo //export comment. Requires
    //		exactly one main package to be listed.
    //
    //	-buildmode=c-shared
    //		Build the listed main package, plus all packages it imports,
    //		into a C shared library. The only callable symbols will
    //		be those functions exported using a cgo //export comment.
    //		Requires exactly one main package to be listed.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		b.Shell(a).RemoveAll(a.Objdir)
    	}
    }
    
    // Install the cgo export header file, if there is one.
    func (b *Builder) installHeader(ctx context.Context, a *Action) error {
    	sh := b.Shell(a)
    
    	src := a.Objdir + "_cgo_install.h"
    	if _, err := os.Stat(src); os.IsNotExist(err) {
    		// If the file does not exist, there are no exported
    		// functions, and we do not install anything.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

              exit 2
          fi
          printf "."
          sleep 2
      done
    
      echo "Kubernetes cluster created."
    
      export KUBE_CERT="${CERT_DIR}/pki/issued/kubecfg.crt"
      export KUBE_KEY="${CERT_DIR}/pki/private/kubecfg.key"
      export CA_CERT="${CERT_DIR}/pki/ca.crt"
      export CONTEXT="${PROJECT}_${INSTANCE_PREFIX}"
      (
       umask 077
    
       # Update the user's kubeconfig to include credentials for this apiserver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    Functions:
    	append cap close complex copy delete imag len
    	make new panic print println real recover
    </pre>
    
    
    <h3 id="Exported_identifiers">Exported identifiers</h3>
    
    <p>
    An identifier may be <i>exported</i> to permit access to it from another package.
    An identifier is exported if both:
    </p>
    <ol>
    	<li>the first character of the identifier's name is a Unicode upper case
    	letter (Unicode class "Lu"); and</li>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

        sed -i -e "/# BEGIN_PROMETHEUS_TO_SD/,/# END_PROMETHEUS_TO_SD/d" "$1"
      else
        update-prometheus-to-sd-parameters "$1"
      fi
    }
    
    # Updates parameters in yaml file for event-exporter configuration
    function update-event-exporter {
        local -r stackdriver_resource_model="${LOGGING_STACKDRIVER_RESOURCE_TYPES:-old}"
        sed -i -e "s@{{ exporter_sd_resource_model }}@${stackdriver_resource_model}@g" "$1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/gateway_test.go

    			ExportTo:  sets.New(visibility.Private),
    		},
    	}
    	bazs2HostName := host.Name("bazs2.example.org")
    	bazs2ServiceInDefaultNamespace := &pilot_model.Service{
    		Hostname: bazs2HostName,
    		Ports: []*pilot_model.Port{{
    			Name:     "http",
    			Protocol: "HTTP",
    			Port:     8092,
    		}},
    		Attributes: pilot_model.ServiceAttributes{
    			Namespace: "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top