Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for setTarget (0.16 sec)

  1. src/main/java/org/codelibs/fess/job/CrawlJob.java

                cb.query().setAvailable_Equal(Constants.T);
                cb.query().setCrawler_Equal(Constants.T);
            }, scheduledJob -> {
                if (fessConfig.isSchedulerTarget(scheduledJob.getTarget())) {
                    if (scheduledJob.isRunning()) {
                        if (logger.isDebugEnabled()) {
                            logger.debug("{} is running.", scheduledJob.getId());
                        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15K bytes
    - Viewed (0)
  2. tensorflow/c/c_test_util.cc

    }
    
    void CSession::SetOutputs(const std::vector<TF_Output>& outputs) {
      ResetOutputValues();
      outputs_ = outputs;
      output_values_.resize(outputs_.size());
    }
    
    void CSession::SetTargets(std::initializer_list<TF_Operation*> targets) {
      targets_.clear();
      for (TF_Operation* t : targets) {
        targets_.emplace_back(t);
      }
    }
    
    void CSession::Run(TF_Status* s) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:52 GMT 2021
    - 17.8K bytes
    - Viewed (2)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    void <clinit>(); } org/junit/runner/manipulation/Ordering$Context.class package org.junit.runner.manipulation; public synchronized class Ordering$Context { private final org.junit.runner.Description description; public org.junit.runner.Description getTarget(); private void Ordering$Context(org.junit.runner.Description); } org/junit/runner/manipulation/Filterable.class package org.junit.runner.manipulation; public abstract interface Filterable { public abstract void filter(Filter) throws NoTestsRemainExcepti;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top