Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rhs_dilation (0.2 sec)

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

              "lhs_dilation", BuildVhloTensorV1Attr(shape, data, builder)));
        }
        if (!(op->rhs_dilation.empty())) {
          std::vector<int64_t> shape;
          shape.push_back(static_cast<int64_t>(op->rhs_dilation.size()));
          attributes.emplace_back(builder.getNamedAttr(
              "rhs_dilation",
              BuildVhloTensorV1Attr(shape, op->rhs_dilation, builder)));
        } else {
    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