Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewConv2D (0.09 sec)

  1. tensorflow/compiler/mlir/tfr/examples/mnist/ops_defs.py

        'Path to write the genereated register op file and MLIR file.')
    
    flags.DEFINE_bool('gen_register_op', True,
                      'Generate register op cc file or tfr mlir file.')
    
    
    @Composite(
        'NewConv2D',
        inputs=['input_: T', 'filter_: T', 'bias: T'],
        attrs=[
            'stride_w: int', 'stride_h: int', 'dilation_w: int', 'dilation_h: int',
            'padding: {"SAME", "VALID"}', 'act: {"", "RELU", "RELU6", "TANH"} = ""'
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 20:23:51 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top