Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cctype (0.07 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                                       OpBuilder &builder) {
      auto x_type = mlir::cast<RankedTensorType>(x.getType());
      auto y_type = mlir::cast<RankedTensorType>(y.getType());
      auto result_type = GetStaticBroadcastType(x_type, y_type, broadcast_dims);
      if (!result_type) {
        emitError(loc) << "could not binary broadcast " << x_type << ", " << y_type
                       << " with broadcast_dims = " << broadcast_dims;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    //
    // See https://httpwg.org/specs/rfc7540.html#FrameHeader
    type http2FrameHeader struct {
    	valid bool // caller can access []byte fields in the Frame
    
    	// Type is the 1 byte frame type. There are ten standard frame
    	// types, but extension frame types may be written by WriteRawFrame
    	// and will be returned by ReadFrame (as UnknownFrame).
    	Type http2FrameType
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top