Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFcOutput (0.12 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

                                        value_type.getDimSize(0)};
      return value_type.clone(new_shape);
    }
    
    // Creates FullyConnected op from params and returns the output.
    mlir::Value GetFcOutput(OpBuilder *builder,
                            ::mlir::Operation::result_range result, Value input,
                            Value filter, Value bias,
                            StringAttr fused_activation_function,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top