Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Live (0.13 sec)

  1. tensorflow/c/c_api_function_test.cc

      }
    
      // Define function, use it in graph, and run
      DefineT(-1, {}, {{feed1, 0}, {feed2, 0}}, {outputs[0]}, {});
      TF_Operation* five = ScalarConst(5, host_graph_, s_, "five");
      TF_Operation* func_feed = Placeholder(host_graph_, s_);
      TF_Operation* func_op = Use({func_feed, five});
      Run({{func_feed, Int32Tensor(2)}}, func_op, 2 /*+=*/ + 5 + 1);
    
      // Verify input, output, and subset of edges in fdef.
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
  2. .bazelrc

    test:release_linux_base --build_tests_only --keep_going --test_output=errors --verbose_failures=true
    test:release_linux_base --local_test_jobs=HOST_CPUS
    test:release_linux_base --test_env=LD_LIBRARY_PATH
    # Give only the list of failed tests at the end of the log
    test:release_linux_base --test_summary=short
    
    # Use the Clang toolchain to compile
    build:release_cpu_linux --config=release_linux_base
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top