Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertToTfliteSize (0.47 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        // This is to workaround the unnecessary cast i64 -> i32.
        SmallVector<int32_t, 4> new_shape_array;
        for (auto size : output_type.getShape()) {
          new_shape_array.push_back(ConvertToTfliteSize(size));
        }
    
        auto new_shape = rewriter.create<TFL::ConstOp>(
            loc, DenseIntElementsAttr::get(
                     tensorflow::GetTypeFromTFTensorShape(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top