Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 967 for demand (0.16 sec)

  1. pkg/kubelet/metrics/collectors/cri_metrics.go

    		return nil, err
    	}
    	// If Timestamp is 0, then the runtime did not cache the result.
    	// In this case, a cached result is a metric that was collected ahead of time,
    	// as opposed to on-demand.
    	// If the metric was requested as needed, then Timestamp==0.
    	if m.Timestamp == 0 {
    		return pm, nil
    	}
    	return metrics.NewLazyMetricWithTimestamp(time.Unix(0, m.Timestamp), pm), nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 13:24:29 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/connection/LazyConsumerActionExecutor.java

    import java.util.concurrent.TimeUnit;
    import java.util.concurrent.locks.Condition;
    import java.util.concurrent.locks.Lock;
    import java.util.concurrent.locks.ReentrantLock;
    
    /**
     * Creates the actual executor implementation on demand.
     */
    public class LazyConsumerActionExecutor implements ConsumerActionExecutor {
        private final Distribution distribution;
        private final ToolingImplementationLoader implementationLoader;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  3. docs/en/data/sponsors.yml

        title: Kong Konnect - API management platform
        img: https://fastapi.tiangolo.com/img/sponsors/kong.png
    silver:
      - url: https://training.talkpython.fm/fastapi-courses
        title: FastAPI video courses on demand from people you trust
        img: https://fastapi.tiangolo.com/img/sponsors/talkpython-v2.jpg
      - url: https://github.com/deepset-ai/haystack/
        title: Build powerful search from composable, open source building blocks
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. test/chan/powser2.go

    	d.nam = c
    	return d
    }
    
    func mkdch2() *dch2 {
    	d2 := new(dch2)
    	d2[0] = mkdch()
    	d2[1] = mkdch()
    	return d2
    }
    
    // split reads a single demand channel and replicates its
    // output onto two, which may be read at different rates.
    // A process is created at first demand for an item and dies
    // after the item has been sent to both outputs.
    
    // When multiple generations of split exist, the newest
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 13.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/flags.cc

                "parallel_iterations on the original model WhileOp."),
    
           Flag("tf_xla_compile_on_demand", &device_flags->tf_xla_compile_on_demand,
                "Switch a device into 'on-demand' mode, where instead of "
                "autoclustering ops are compiled one by one just-in-time."),
    
           Flag("tf_xla_enable_xla_devices",
                &device_flags->tf_xla_enable_xla_devices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/xla_compile_on_demand_op.cc

      XlaCompiler::Options options =
          GenerateCompilerOptionsForPjRt(*(ctx->function_library()), ctx->device(),
                                         platform_info_, *pjrt_device_compiler);
      // No detailed logging for on demand op.
      options.detailed_logging = false;
      XlaCompiler::CompileOptions compile_options = GetCompileOptions(true);
    
      return (*pjrt_device_compiler)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/type_casters.h

    // exchanging protobuf messages across c++-python boundaries, potentially
    // without serialization, fail in the open-source environment.
    // Explicitly-specialized type casters for serialized protobufs are added on an
    // on-demand basis for quantization library.
    // TODO: b/308532051 - Make `native_proto_caster.h` work in the open-source
    // environment.
    
    template <>
    struct type_caster<tensorflow::quantization::ExportedModel>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/AbstractAuthenticationSupportedRepositoryTest.groovy

        }
    
        def "credentials(Class, Action) creates credentials on demand if required"() {
            Instantiator instantiator = Mock()
            AuthenticationContainer authenticationContainer = Stub()
    
            Action action = Mock()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/execution/plan/TaskInAnotherBuild.java

                    return taskResource;
                }
            };
        }
    
        /**
         * Creates a lazy reference to a task in another build.
         *
         * The task will be located on-demand to allow for cycles between builds stored to
         * the configuration cache.
         *
         * @param taskPath the path to the task relative to its build
         * @param targetBuild the build containing the task
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 06 15:09:14 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/doc/c4/C4_3_Component.puml

                Component(tapiModels, "TAPI Models", "classpath, sourcepath, implicit imports, user reports")
                Component(tapiModelBuilders, "TAPI Model Builders", "On-demand source distro download, Calculates editor warnings and errors")
    
                Rel_Neighbor(tapiModelBuilders, tapiModels, "Build")
                Rel(tapiModelBuilders, providerClasspath, "Queries", "Script classpath")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top