Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Eintrag (0.09 sec)

  1. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/plugin_basics.adoc

    The Gradle Bintray Plugin - `com.jfrog.bintray` :: Allows you to publish artifacts to Bintray by configuring the plugin using the `bintray{}` block.
    
    == Plugin distribution
    
    Plugins are distributed in three ways:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 00:36:58 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/runtime_fallback/runtime_fallback_executor.cc

    // -------------------------------------------------------------------------- //
    
    namespace {
    // Thread pool for running `intra-op` tasks scheduled by the fallback kernels.
    class IntraOpThreadPool : public ThreadPoolInterface {
     public:
      explicit IntraOpThreadPool(int64_t num_threads)
          : tpool_(Env::Default(), "intra-op",
                   std::max(1, static_cast<int32_t>(num_threads))) {}
    
      void Schedule(std::function<void()> fn) override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top