Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDimValue (0.21 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/utils/tf_to_xla_attribute_utils.cc

    #include "tensorflow/compiler/mlir/quantization/tensorflow/cc/constant_fold.h"
    #include "xla/xla_data.pb.h"
    #include "tensorflow/lite/kernels/padding.h"
    
    namespace mlir::quant {
    namespace {
    
    Value GetDimValue(OpBuilder &builder, Location loc, Value shape_value,
                      int32_t dim) {
      Type attribute_type = builder.getI64Type();
      return builder.create<TF::StridedSliceOp>(
          loc,
          RankedTensorType::get(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top