Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for attr_key (0.17 sec)

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

                                            : mlir::mhlo::Precision::HIGHEST;
      llvm::SmallVector<mlir::Attribute, 2> attr_vec;
      const int num_inputs = 2;
      for (int i = 0; i < num_inputs; i++) {
        attr_vec.push_back(
            mlir::mhlo::PrecisionAttr::get(builder->getContext(), precision));
      }
      return builder->getArrayAttr(attr_vec);
    }
    
    // If `value` is an IntegerAttr, returns the integer value for the HLO axis
    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

    	ipc_64 = 0x100
    )
    
    const (
    	IPC_RMID = 0x0
    	IPC_SET  = 0x1
    	IPC_STAT = 0x2
    )
    
    const (
    	SHM_RDONLY = 0x1000
    	SHM_RND    = 0x2000
    )
    
    type MountAttr struct {
    	Attr_set    uint64
    	Attr_clr    uint64
    	Propagation uint64
    	Userns_fd   uint64
    }
    
    const (
    	WG_CMD_GET_DEVICE                      = 0x0
    	WG_CMD_SET_DEVICE                      = 0x1
    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