Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for merge_outputs (0.22 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

    }
    
    // An implementation of TensorFlow bidrectional_dynamic_rnn with RNNCell.
    table BidirectionalSequenceRNNOptions {
      time_major:bool;
      fused_activation_function:ActivationFunctionType;
      merge_outputs: bool;
      asymmetric_quantize_inputs:bool;
    }
    
    enum FullyConnectedOptionsWeightsFormat: byte {
      DEFAULT = 0,
      SHUFFLED4x16INT8 = 1,
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema.fbs

    }
    
    // An implementation of TensorFlow bidrectional_dynamic_rnn with RNNCell.
    table BidirectionalSequenceRNNOptions {
      time_major:bool;
      fused_activation_function:ActivationFunctionType;
      merge_outputs: bool;
      asymmetric_quantize_inputs:bool;
    }
    
    // LINT.IfChange
    enum FullyConnectedOptionsWeightsFormat: byte {
      DEFAULT = 0,
      SHUFFLED4x16INT8 = 1,
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top