Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for myModel (0.34 sec)

  1. tests/integration/pilot/common/routing.go

    	snis := []string{
    		model.BuildSubsetKey(model.TrafficDirectionOutbound, "", mtlsHost, httpsPort),
    		model.BuildDNSSrvSubsetKey(model.TrafficDirectionOutbound, "", mtlsHost, httpsPort),
    		model.BuildSubsetKey(model.TrafficDirectionOutbound, "", nakedHost, httpsPort),
    		model.BuildDNSSrvSubsetKey(model.TrafficDirectionOutbound, "", nakedHost, httpsPort),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

    import org.gradle.internal.state.ModelObject;
    import org.gradle.internal.state.OwnerAware;
    import org.gradle.model.internal.asm.AsmClassGenerator;
    import org.gradle.model.internal.asm.BytecodeFragment;
    import org.gradle.model.internal.asm.ClassGeneratorSuffixRegistry;
    import org.gradle.model.internal.asm.ClassVisitorScope;
    import org.gradle.model.internal.asm.MethodVisitorScope;
    import org.gradle.util.internal.ConfigureUtil;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                    // matrix of a fully connected layer on a trivial FC mnist
                    // model:
                    // - `model.layer-1.kernel` (this is the "best" name)
                    // - `model.keras_api.layers.1.kernel`
                    // - `model.variables.0`
                    // - `model.keras_api.layers.1.keras_api.trainable_variables.0`
                    // - ... 10 more long aliases ending in digits ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	apiextensions "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model"
    	apiextensionsfeatures "k8s.io/apiextensions-apiserver/pkg/features"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/apimachinery/pkg/util/yaml"
    	celconfig "k8s.io/apiserver/pkg/apis/cel"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let constructor = "TF::CreateInitTextFileToImportPass()";
      let options = [
        Option<"saved_model_dir_", "tf-saved-model-dir", "std::string", /*default=*/"",
               "Directory containing the model exported as a TensorFlow "
               "SavedModel. If your model is not based on the TensorFlow "
               "SavedModel, use an empty value.">
      ];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

        %0 = "tf.B"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
        func.return %0 : tensor<?xi32>
      }
    }
    
    // -----
    
    // Tests case of `tf_device.cluster_func` on TPU with replication, model
    // parallelism and parallel_execute.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/dag.txt

    quarkus/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml
    	quarkus/extensions/hibernate-orm/runtime/pom.xml
    quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml
    	quarkus/independent-projects/bootstrap/app-model/pom.xml
    quarkus/integration-tests/test-extension/extension/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/undertow/runtime/pom.xml
    	quarkus/extensions/jaxb/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        this will happen in one of the last steps before emitting the flatbuffer model
        in order to enable optimizations that rely on a fixed order of operations (such
        as rematerialization.)
        The flatbuffer exporter will unwrap the wrapped region and annotate the generated
        model with metadata such that any runtime reorderings will respect the order
        given by the control dependencies.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    		switch cfg.Goos {
    		case "windows":
    			a = append(a, "-mthreads")
    		default:
    			a = append(a, "-pthread")
    		}
    	}
    
    	if cfg.Goos == "aix" {
    		// mcmodel=large must always be enabled to allow large TOC.
    		a = append(a, "-mcmodel=large")
    	}
    
    	// disable ASCII art in clang errors, if possible
    	if b.gccSupportsFlag(compiler, "-fno-caret-diagnostics") {
    		a = append(a, "-fno-caret-diagnostics")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/s390x/asmz.go

    				// must have a symbol
    				break
    			}
    			c.instoffset = a.Offset
    			if a.Sym.Type == objabi.STLSBSS {
    				if c.ctxt.Flag_shared {
    					return C_TLS_IE // initial exec model
    				}
    				return C_TLS_LE // local exec model
    			}
    			return C_ADDR
    
    		case obj.NAME_GOTREF:
    			return C_GOTADDR
    
    		case obj.NAME_AUTO:
    			if a.Reg == REGSP {
    				// unset base register for better printing, since
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top