Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for tfrun (0.21 sec)

  1. ci/official/README.md

            `TFCI_` variables shared to it.
    3.  Top-level scripts (`wheel.sh`, etc.) reference `env` variables and call
        `utilities/` scripts.
        -   The `tfrun` function makes a command run correctly in Docker if Docker
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java

        }
    
        private static void scheduleEnableWrites(BlockingQueue<String> queue, long countdownInMillis) {
          Runnable toRun = new EnableWrites(queue, countdownInMillis);
          // TODO(cpovirk): automatically fail the test if this thread throws
          Thread enablerThread = new Thread(toRun);
          enablerThread.start();
        }
      }
    
      /** Manages a {@link BlockingQueue} and associated timings for a {@code take} call. */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.h

                                              const void* proto, size_t proto_len,
                                              TF_Status*);
    
    // See TF_SessionRun() above.
    TF_CAPI_EXPORT extern void TF_Run(TF_DeprecatedSession*,
                                      const TF_Buffer* run_options,
                                      const char** input_names, TF_Tensor** inputs,
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

          continue;
        }
        c_outputs[i] = TF_TensorFromTensor(src, &status->status);
        if (!status->status.ok()) return;
      }
    }
    
    extern "C" {
    
    void TF_Run(TF_DeprecatedSession* s, const TF_Buffer* run_options,
                // Input tensors
                const char** c_input_names, TF_Tensor** c_inputs, int ninputs,
                // Output tensors
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
  5. tensorflow/c/c_api_test.cc

      TF_DeleteSessionOptions(opt);
      ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
    
      TF_Buffer* run_options = TF_NewBufferFromString("", 0);
      TF_Buffer* run_metadata = TF_NewBuffer();
      TF_Run(session, run_options, nullptr, nullptr, 0, nullptr, nullptr, 0,
             nullptr, 0, run_metadata, s);
      EXPECT_EQ(TF_INVALID_ARGUMENT, TF_GetCode(s)) << TF_Message(s);
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Dec 27 12:18:10 UTC 2024
    - 97K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ap.ngrok.io
    au.ngrok.io
    eu.ngrok.io
    in.ngrok.io
    jp.ngrok.io
    sa.ngrok.io
    us.ngrok.io
    ngrok.pizza
    ngrok.pro
    
    // Nicolaus Copernicus University in Torun - MSK TORMAN (https://www.man.torun.pl)
    torun.pl
    
    // Nimbus Hosting Ltd. : https://www.nimbushosting.co.uk/
    // Submitted by Nicholas Ford <******@****.***>
    nh-serv.co.uk
    nimsite.uk
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    tono.iwate.jp
    tonosho.kagawa.jp
    tonsberg.no
    toolforge.org
    tools
    toon.ehime.jp
    top
    topaz.ne.jp
    torahime.shiga.jp
    toray
    toride.ibaraki.jp
    torino.it
    torproject.net
    torsken.no
    torun.pl
    tos.it
    tosa.kochi.jp
    tosashimizu.kochi.jp
    toscana.it
    toshiba
    toshima.tokyo.jp
    tosu.saga.jp
    total
    tottori.jp
    tottori.tottori.jp
    tourism.bj
    tourism.pl
    tourism.tn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    tono.iwate.jp
    tonosho.kagawa.jp
    tonsberg.no
    toolforge.org
    tools
    toon.ehime.jp
    top
    topaz.ne.jp
    torahime.shiga.jp
    toray
    toride.ibaraki.jp
    torino.it
    torproject.net
    torsken.no
    torun.pl
    tos.it
    tosa.kochi.jp
    tosashimizu.kochi.jp
    toscana.it
    toshiba
    toshima.tokyo.jp
    tosu.saga.jp
    total
    tottori.jp
    tottori.tottori.jp
    tourism.bj
    tourism.pl
    tourism.tn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. RELEASE.md

        previously `TF_Session` has been renamed to `TF_DeprecatedSession`.
    *   C API: Renamed `TF_Port` to `TF_Output`.
    *   C API: The caller retains ownership of `TF_Tensor` objects provided to
        `TF_Run`, `TF_SessionRun`, `TF_SetAttrTensor` etc.
    *   Renamed `tf.image.per_image_whitening()` to
        `tf.image.per_image_standardization()`
    *   Move Summary protobuf constructors to `tf.summary` submodule.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top