Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for api_type (0.28 sec)

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

        // activation shape needs to be static to convert negative indices in
        // TensorFlow to absolute indices required by HLO.
        RankedTensorType act_type = mlir::dyn_cast<RankedTensorType>(act.getType());
        if (!act_type) return failure();
        Type act_ele_type = act_type.getElementType();
        // To support mixed precision, the statistics type, which maybe more
        // precise than the input types, are used for this op.
    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

    	Size               uint32
    	Config             uint64
    	Sample             uint64
    	Sample_type        uint64
    	Read_format        uint64
    	Bits               uint64
    	Wakeup             uint32
    	Bp_type            uint32
    	Ext1               uint64
    	Ext2               uint64
    	Branch_sample_type uint64
    	Sample_regs_user   uint64
    	Sample_stack_user  uint32
    	Clockid            int32
    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