Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutputBatchDimension (0.15 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                    .getValue()
                    .getSExtValue();
            auto output_batch_dimension = mlir::cast<mlir::vhlo::IntegerV1Attr>(
                                              vhlo_op.getOutputBatchDimension())
                                              .getValue()
                                              .getSExtValue();
            auto output_feature_dimension = mlir::cast<mlir::vhlo::IntegerV1Attr>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top