Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 200 for outputDir (0.2 sec)

  1. tensorflow/c/experimental/ops/gen/cpp/cpp_generator_test.cc

    namespace tensorflow {
    namespace generator {
    namespace {
    
    TEST(CppGeneratorTest, typical_usage) {
      string category = "testing";
      string name_space = "tensorflow::ops";
      string output_dir = "tensorflow/c/experimental/ops/gen/cpp/golden";
      string source_dir = "tensorflow";
      string api_dirs = "";
      std::vector<string> ops = {
          "Neg",        // Simple unary Op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 18 17:02:28 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ThreadOutputMuxerTest.java

            assertEquals(expectedLength, bytes.length, result);
        }
    
        class Outputter implements Callable<ProjectSegment> {
            private final ThreadOutputMuxer threadOutputMuxer;
    
            private final ProjectSegment item;
    
            private final String response;
    
            Outputter(ThreadOutputMuxer threadOutputMuxer, ProjectSegment item, String response) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. platforms/core-runtime/wrapper-main/build.gradle.kts

    val copyGr8OutputJarAsGradleWrapperJar by tasks.registering(Copy::class) {
        from(tasks.named<Gr8Task>("gr8R8Jar").flatMap { it.outputJar() })
        into(layout.buildDirectory.dir("libs"))
    }
    
    tasks.jar {
        from(tasks.named<Gr8Task>("gr8R8Jar").flatMap { it.outputJar() })
        dependsOn(copyGr8OutputJarAsGradleWrapperJar)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/save_model.py

          directory.
    
      Raises:
        ValueError iff the graph does not contain a valid signature or the file
        prefix tensor is not found in the graph.
      """
      create_empty_output_dir(output_dir)
      v1_builder = builder.SavedModelBuilder(output_dir)
    
      graph_def = _restore_output_tensor_names(graph_def)
      with session.Session(graph=ops.Graph()) as sess:
        importer.import_graph_def(graph_def, name='')
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

          function.
    
      Raises:
        FileExistsError: Iff `output_dir` is not empty and `overwrite` is false.
      """
      dir_not_empty = (
          output_dir is not None
          and file_io.file_exists_v2(output_dir)
          and file_io.list_directory_v2(output_dir)
      )
    
      if dir_not_empty and not overwrite:
        raise FileExistsError(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/ops/update_cpp_ops.sh

    current_dir="$(dirname "$current_file")"
    api_dir="${current_dir}/../../../core/api_def/base_api"
    
    generate="bazel run \
      --test_output=all \
      //tensorflow/c/experimental/ops/gen:generate_cpp -- \
      --output_dir="${current_dir}" \
      --api_dirs="${api_dir}" \
      --source_dir=third_party/tensorflow"
    
    ${generate} \
      --category=array \
      Identity \
      IdentityN \
      ZerosLike \
      Shape \
      ExpandDims \
      OnesLike
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 17:54:34 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/ops/gen/common/path_config.h

      std::vector<string> op_names;
      std::vector<string> api_dirs;
      string tf_prefix_dir;
      string tf_root_dir;
      string tf_output_dir;
    
      explicit PathConfig() = default;
      explicit PathConfig(const string &output_dir, const string &source_dir,
                          const string &api_dir_list,
                          const std::vector<string> op_names);
    };
    
    }  // namespace generator
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 15 18:23:40 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/certs_test.go

    				}
    			}
    		default:
    			outputStr := output.String()
    			if tc.brokenCertName != "" {
    				assert.Contains(t, outputStr, "!MISSING!")
    			} else {
    				assert.NotContains(t, outputStr, "!MISSING!")
    			}
    
    			var lines []string
    			for _, line := range strings.SplitAfter(outputStr, "\n") {
    				if strings.TrimSpace(line) != "" {
    					lines = append(lines, line)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 13:26:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/generate_cpp_main.cc

            tensorflow::Flag(
                "namespace", &name_space_,
                "Compact C++ namespace, default is 'tensorflow::ops'."),
            tensorflow::Flag(
                "output_dir", &output_dir_,
                "Directory into which output files will be generated."),
            tensorflow::Flag(
                "source_dir", &source_dir_,
                "The tensorflow root directory, e.g. 'tensorflow/' for "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //	    when all tests are complete.
    //	    Writes test binary as -c would.
    //
    //	-mutexprofilefraction n
    //	    Sample 1 in n stack traces of goroutines holding a
    //	    contended mutex.
    //
    //	-outputdir directory
    //	    Place output files from profiling in the specified directory,
    //	    by default the directory in which "go test" is running.
    //
    //	-trace trace.out
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top