Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 215 for outlier (0.48 sec)

  1. tensorflow/c/experimental/saved_model/public/saved_model_api.h

    //
    // Params:
    //  dirname - A directory filepath that the SavedModel is at.
    //  ctx - A TFE_Context containing optional load/TF runtime options.
    //        `ctx` must outlive the returned TF_SavedModel pointer.
    //  status - Set to OK on success and an appropriate error on failure.
    // Returns:
    //  If status is not OK, returns nullptr. Otherwise, returns a newly created
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 04 00:45:47 UTC 2020
    - 5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/scripts/process-log.groovy

            String opName = line.contains('"name": "allOf"') ?  'allOf' : 'anyOf'
            File outDir = opName == 'allOf' ? allOfDir : anyOfDir
            def sorted = sort(line)
            String opNameWithHash = "${opName}-${sorted.hashCode()}"
    
            Counter counter = opCounters[opNameWithHash]
            counter.inc()
    
            File mergeOp = new File(outDir, "${counter.formattedId}-${opName}-${counter.counter}.json")
            if (mergeOp.exists()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

            </div>
            <section class="content">
                <la:form action="/admin/wizard/">
                    <div class="row">
                        <div class="col-md-12">
                            <div class="card card-outline card-primary">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        <la:message key="labels.wizard_start_title"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  4. src/internal/nettrace/nettrace.go

    // be a *Trace struct.
    type TraceKey struct{}
    
    // LookupIPAltResolverKey is a context.Context Value key used by tests to
    // specify an alternate resolver func.
    // It is not exposed to outsider users. (But see issue 12503)
    // The value should be the same type as lookupIP:
    //
    //	func lookupIP(ctx context.Context, host string) ([]IPAddr, error)
    type LookupIPAltResolverKey struct{}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:57:14 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/core/revived_types/tf_concrete_function.h

      //             TFConcreteFunction.
      //  metadata - The FunctionMetadata associated with this TFConcreteFunction.
      //  ctx      - A handle to the Tensorflow runtime. This MUST be non-null and
      //             outlive TFConcreteFunction.
      //  out      - The output TFConcreteFunction.
      static Status Create(const FunctionDef* function_def,
                           std::vector<ImmediateExecutionTensorHandle*> captures,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 19:43:25 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/saved_model/core/revived_types/variable.h

      Variable(const Variable& variable) = delete;
      Variable& operator=(const Variable&) = delete;
    
      std::string name_;
      DataType dtype_;
      TensorShape shape_;
    
      // ctx_ must outlive Variable.
      ImmediateExecutionContext* ctx_;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 19:43:25 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/role/admin_role_edit.jsp

                    </c:if>
                    <div class="row">
                        <div class="col-md-12">
                            <div
                                    class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if>">
                                <div class="card-header">
                                    <jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/base/public/runtime.h

    // may have different implementations depending on the runtime. For many of
    // these Runtime-attached objects (such as tensorflow::cc::TensorHandle), the
    // Runtime must outlive these objects.
    class Runtime {
     public:
      // Runtime is movable, but not copyable.
      Runtime(Runtime&&) = default;
      Runtime& operator=(Runtime&&) = default;
    
     private:
      friend class RuntimeBuilder;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 12 19:37:48 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/base/CaseFormatTest.java

      }
    
      public void testConverter_nullConversions() {
        for (CaseFormat outer : CaseFormat.values()) {
          for (CaseFormat inner : CaseFormat.values()) {
            assertNull(outer.converterTo(inner).convert(null));
            assertNull(outer.converterTo(inner).reverse().convert(null));
          }
        }
      }
    
      public void testConverter_toString() {
        assertEquals(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu May 04 09:41:29 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/group/admin_group_edit.jsp

                    </c:if>
                    <div class="row">
                        <div class="col-md-12">
                            <div
                                    class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if>">
                                <div class="card-header">
                                    <jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 4.3K bytes
    - Viewed (0)
Back to top