Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Nested (0.12 sec)

  1. src/net/http/h2_bundle.go

    }
    
    // noDialH2RoundTripper is a RoundTripper which only tries to complete the request
    // if there's already has a cached connection to the host.
    // (The field is exported so it can be accessed via reflect from net/http; tested
    // by TestNoDialH2RoundTripperType)
    type http2noDialH2RoundTripper struct{ *http2Transport }
    
    func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) {
    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/tf2xla/tests/legalize-tf.mlir

      func.return %0: tensor<3x5xf32>
    }
    
    // SparseMatMul where one operand needs to be casted and the other one not.
    //
    // CHECK-LABEL:   @test_sparse_mat_mul_with_cast
    // CHECK-SAME:      %[[ARG0:.*]]: tensor<3x4xf32>
    // CHECK-SAME:      %[[ARG1:.*]]: tensor<4x5xbf16>
    // CHECK-SAME:      -> tensor<3x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top