Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        ConvertFusedBatchNormBase<TF::FusedBatchNormV2Op>;
    using ConvertFusedBatchNormV3Op =
        ConvertFusedBatchNormBase<TF::FusedBatchNormV3Op>;
    
    using PaddingArray = std::vector<std::pair<int64_t, int64_t>>;
    
    // Returns padding values for ReduceWindow op as a vector of pairs.
    //
    // Requires padding to be either 'SAME' or 'VALID' and the number of input
    // dimensions to be equal to the size of window dimensions and window strides.
    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 DmTargetDeps struct {
    	Count uint32
    	_     uint32
    }
    
    type DmTargetVersions struct {
    	Next    uint32
    	Version [3]uint32
    }
    
    type DmTargetMsg struct {
    	Sector uint64
    }
    
    const (
    	SizeofDmIoctl      = 0x138
    	SizeofDmTargetSpec = 0x28
    )
    
    type KeyctlDHParams struct {
    	Private int32
    	Prime   int32
    	Base    int32
    }
    
    const (
    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