Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 818 for exportId (0.14 sec)

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

                    .getValue()));
          }
    
          TF_RETURN_IF_ERROR(exporter.AddInstructionNode(&inner_op));
        } else {
          TF_RETURN_IF_ERROR(exporter.AddInstructionNode(&inst));
        }
      }
      // Adds edges between the argument, operation and return nodes.
      for (Operation& inst : graph_op.GetBody()) {
        TF_RETURN_IF_ERROR(exporter.AddEdge(&inst));
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

                    .getValue()));
          }
    
          TF_RETURN_IF_ERROR(exporter.AddInstructionNode(&inner_op));
        } else {
          TF_RETURN_IF_ERROR(exporter.AddInstructionNode(&inst));
        }
      }
      // Adds edges between the argument, operation and return nodes.
      for (Operation& inst : graph_op.GetBody()) {
        TF_RETURN_IF_ERROR(exporter.AddEdge(&inst));
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_device_compiler_client.cc

             "serializing it to string.";
      xla::Compiler* compiler = client_->backend().compiler();
      auto exported = compiler->Export(executable.executable());
      if (exported.ok()) {
        return (*exported)->SerializeAsString();
      }
    
      return exported.status();
    }
    
    absl::StatusOr<std::string> XlaDeviceCompilerClient::BuildSerializedExecutable(
        const XlaCompiler::Options& options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/func_attr.mlir

    // RUN: tf-mlir-translate -mlir-to-graphdef %s -tf-export-original-func-name | tf-mlir-translate -graphdef-to-mlir | tf-mlir-translate -mlir-to-graphdef -tf-export-original-func-name | FileCheck %s
    
    // Tests #tf_type.func attributes are exported as AttrValue.NameAttrList attributes
    // with its attr field populated with nested attributes.
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 12 : i32, producer = 458 : i32}} {
      func.func @main() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 11 16:41:06 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

    import "tensorflow/core/protobuf/meta_graph.proto";
    import "tensorflow/core/protobuf/saver.proto";
    
    option cc_enable_arenas = true;
    
    // Represents an exported TensorFlow model. It consists of a GraphDef and extra
    // metadata required for building a SavedModel. This message is primarily used
    // to "export" the model produced from various quantization passes in c++ to
    // Python layer.
    // Next ID: 11
    message ExportedModel {
      reserved 3, 4, 7, 9;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r25/ToolingApiEclipseModelCrossVersionSpec.groovy

            then:
            rootProject.projectDependencies.find {it.path == "a"}.exported ==false
            rootProject.classpath.find { it.file.name.contains("guava") }.exported == false
            rootProject.classpath.find { it.file.name.contains("slf4j-log4j") }.exported == false
        }
    
        def "transitive dependencies are listed as direct dependencies in the eclipse model"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. cluster/images/etcd-version-monitor/etcd-version-monitor.go

    		},
    	}
    )
    
    // monitorGatherer is a custom metric gatherer for prometheus that exports custom metrics
    // defined by this monitor as well as rewritten etcd metrics.
    type monitorGatherer struct {
    	exported map[string]*exportedMetric
    }
    
    // exportedMetric identifies a metric that is exported and defines how it is rewritten before
    // it is exported.
    type exportedMetric struct {
    	rewriters []rewriteFunc
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 06:50:02 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskIncrementalJavaCompilationIntegrationTest.groovy

            ]
            file("impl/src/main/${language.name}/module-info.${language.name}").text = """
                module impl {
                    requires api;
                    exports b;
                    exports c;
                    exports c.d;
                }
            """
            succeeds "impl:${language.compileTaskName}"
    
            when:
            impl.snapshot { source api: "package a; public class A { void m1() {} }" }
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  9. docs/distributed/README.md

    ```sh
    export MINIO_ROOT_USER=<ACCESS_KEY>
    export MINIO_ROOT_PASSWORD=<SECRET_KEY>
    minio server http://host{1...n}/export{1...m} http://host{o...z}/export{1...m}
    ```
    
    For example:
    
    ```
    minio server http://host{1...4}/export{1...16} http://host{5...12}/export{1...16}
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. pilot/pkg/model/push_context.go

    			} else if s.Attributes.ExportTo.Contains(visibility.None) {
    				continue
    			}
    			// . or other namespaces
    			for exportTo := range s.Attributes.ExportTo {
    				if exportTo == visibility.Private || string(exportTo) == ns {
    					// exportTo with same namespace is effectively private
    					ps.ServiceIndex.privateByNamespace[ns] = append(ps.ServiceIndex.privateByNamespace[ns], s)
    				} else {
    					// exportTo is a specific target namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top