Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isForce (0.08 sec)

  1. test-site/activator-launch-1.3.2.jar

    CacheDownloadOptions { private DownloadListener listener; private boolean force; public void CacheDownloadOptions(); public final DownloadListener getListener(); public final CacheDownloadOptions setListener(DownloadListener); public final boolean isForce(); public final CacheDownloadOptions setForce(boolean); } org/apache/ivy/core/cache/ModuleDescriptorProv.class package org.apache.ivy.core.cache; final synchronized class ModuleDescriptorProv { private final org.apache.ivy.plugins.parser.ModuleDescriptorPars...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

      }
      return count;
    }
    
    int TF_OperationNumControlInputs(TF_Operation* oper) {
      int count = 0;
      for (const auto* edge : oper->node.in_edges()) {
        if (edge->IsControlEdge() && !edge->src()->IsSource()) {
          ++count;
        }
      }
      return count;
    }
    
    int TF_OperationGetControlInputs(TF_Operation* oper,
                                     TF_Operation** control_inputs,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top