Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compressed_data (0.12 sec)

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

        return builder
            .create<tfl::SparseQConstOp>(loc, mlir::TypeAttr::get(shaped_type),
                                         dummy_value, s_param, compressed_data)
            .getOperation();
      }
      return builder
          .create<tfl::SparseConstOp>(loc, dummy_value, s_param, compressed_data)
          .getOperation();
    }
    
    StatusOr<Operation*> BuildConstOp(const tflite::TensorT& tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top