Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for Approximates (0.14 sec)

  1. src/net/http/h2_bundle.go

    //
    // Ideally we should delay for at least 1 RTT + epsilon so the client has
    // a chance to read the GOAWAY and stop sending messages. Measuring RTT
    // is hard, so we approximate with 1 second. See golang.org/issue/18701.
    //
    // This is a var so it can be shorter in tests, where all requests uses the
    // loopback interface making the expected RTT very small.
    //
    // TODO: configurable?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let hasVerifier = 1;
    }
    
    def TF_ApproxTopKOp : TF_Op<"ApproxTopK", [Pure]> {
      let summary = [{
    Returns min/max k values and their indices of the input operand in an approximate manner.
      }];
    
      let description = [{
    See https://arxiv.org/abs/2206.14286 for the algorithm details.
    This op is only optimized on TPU currently.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top