Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildVhloIntV1Attr (0.11 sec)

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

            "input_batch_dimension",
            BuildVhloIntV1Attr(op->input_batch_dimension, builder)));
        attributes.emplace_back(builder.getNamedAttr(
            "input_feature_dimension",
            BuildVhloIntV1Attr(op->input_feature_dimension, builder)));
        attributes.emplace_back(builder.getNamedAttr(
            "kernel_input_feature_dimension",
            BuildVhloIntV1Attr(op->kernel_input_feature_dimension, builder)));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
Back to top