Search Options

Results per page
Sort
Preferred Languages
Advance

Results 241 - 250 of 395 for outFile (0.07 sec)

  1. tensorflow/c/c_api_experimental.cc

    1. struct TF_AttrBuilder : public tensorflow::AttrBuilder {
    2. using tensorflow::AttrBuilder::AttrBuilder;
    3. // The string buffers to make sure that any `attr_name` we pass into
    4. // `builder->Set()` will outlive the subsequent
    5. // `TF_AttrBuilderCheckCanRunOnDevice()` call(s) on the same `builder`.
    6. std::set<std::string> attr_names;
    7. };
    8.  
    9. TF_AttrBuilder* TF_NewAttrBuilder(const char* op_name) {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  2. android/pom.xml

    1. <configuration>
    2. <!-- TODO: b/286965322 - Use a newer version (probably the default toolchain we set up?) if it doesn't break Javadoc (including causing trouble for our later run of JDiff, which we do outside Maven, during snapshots/releases). -->
    3. <jdkToolchain>
    4. <version>11</version>
    5. <vendor>zulu</vendor>
    6. </jdkToolchain>
    7. <quiet>true</quiet>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. pom.xml

    1. <configuration>
    2. <!-- TODO: b/286965322 - Use a newer version (probably the default toolchain we set up?) if it doesn't break Javadoc (including causing trouble for our later run of JDiff, which we do outside Maven, during snapshots/releases). -->
    3. <jdkToolchain>
    4. <version>11</version>
    5. <vendor>zulu</vendor>
    6. </jdkToolchain>
    7. <quiet>true</quiet>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

    1. </div>
    2. <section class="content">
    3. <la:form action="/admin/general/">
    4. <div class="row">
    5. <div class="col-md-12">
    6. <div class="card card-outline card-success">
    7. <div class="card-body">
    8. <div>
    9. <la:info id="msg" message="true">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/popper.min.js.map

    @prop {ModifierFn} */\n    fn: offset,\n    /** @prop {Number|String} offset=0\n     * The offset value as described in the modifier description\n     */\n    offset: 0,\n  },\n\n  /**\n   * Modifier used to prevent the popper from being positioned outside the boundary.\n   *\n   * A scenario exists where the reference itself is not within the boundaries.<br />\n   * We can say it has \"escaped the boundaries\"  or just \"escaped\".<br />\n   * In this case we need to decide whether the popper should...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Ascii.java

    1. *
    2. * @since 8.0
    3. */
    4. public static final byte CR = 13;
    5.  
    6. /**
    7. * Shift Out: A control character indicating that the code combinations which follow shall be
    8. * interpreted as outside of the character set of the standard code table until a Shift In
    9. * character is reached.
    10. *
    11. * @since 8.0
    12. */
    13. public static final byte SO = 14;
    14.  
    15. /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

    1. </c:if>
    2. <div class="row">
    3. <div class="col-md-12">
    4. <div
    5. class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if>">
    6. <div class="card-header">
    7. <jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 31.4K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/ImmutableCollection.java

    1. * <li><b>Thread safety.</b> It is safe to access this collection concurrently from multiple
    2. * threads.
    3. * <li><b>Integrity.</b> This type cannot be subclassed outside this package (which would allow
    4. * these guarantees to be violated).
    5. * </ul>
    6. *
    7. * <h4>"Interfaces", not implementations</h4>
    8. *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Aug 12 16:59:15 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  9. cni/pkg/iptables/iptables.go

    1. // but with iptables rules - use `--socket-exists` as a proxy for "is this a forwarded packet" vs "is this originating from
    2. // a local node socket". If the latter, outside the pod in the host netns, redirect that traffic to a hardcoded/custom proxy
    3. // healthcheck port, just like we used to. Otherwise, we can't assume it's local-node privileged traffic, and will capture and process it normally.
    4. //
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 15 15:39:28 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/collect/testing/Helpers.java

    1. /**
    2. * Compares strings in natural order except that null comes immediately before a given value. This
    3. * works better than Ordering.natural().nullsFirst() because, if null comes before all other
    4. * values, it lies outside the submap/submultiset ranges we test, and the variety of tests that
    5. * exercise null handling fail on those subcollections.
    6. */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top