Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ta_arg_buffer_type (0.29 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tensor_array_ops_decomposition.cc

        llvm::function_ref<Type(int64_t)> ta_arg_buffer_type,
        llvm::function_ref<bool(int64_t)> ta_accumulate_on_write,
        llvm::SmallDenseMap<Value, TensorArrayStats>* stats) {
      int64_t original_args = func.getNumArguments();
      for (int64_t argnum = 0; argnum < original_args; ++argnum) {
        auto arg = func.getArgument(argnum);
        Type t = ta_arg_buffer_type(argnum);
        if (!t) continue;
        arg.setType(t);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 40.2K bytes
    - Viewed (0)
Back to top