Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for putattr (0.16 sec)

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

                                            Builder *b) {
      IntegerAttr intAttr = mlir::dyn_cast_or_null<IntegerAttr>(attr);
      if (auto elementAttr = mlir::dyn_cast_or_null<ElementsAttr>(attr)) {
        SmallVector<uint64_t, 1> index(elementAttr.getShapedType().getRank(), 0);
        intAttr = elementAttr.getValues<IntegerAttr>()[index];
      }
    
      assert(intAttr && "Invalid attribute passed to GetHLOAxisFromTFAxis");
    
    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/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    }
    
    type NlMsgerr struct {
    	Error int32
    	Msg   NlMsghdr
    }
    
    type RtGenmsg struct {
    	Family uint8
    }
    
    type NlAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type RtAttr struct {
    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family uint8
    	_      uint8
    	Type   uint16
    	Index  int32
    	Flags  uint32
    	Change uint32
    }
    
    type IfAddrmsg struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top