Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for state_var_vals (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_variable_runtime_reformatting.cc

        }
      }
      llvm::SmallVector<Value, 4> state_var_vals(state_vars.size());
      for (const auto& entry : llvm::enumerate(state_vars)) {
        state_var_vals[entry.index()] = entry.value().getResource();
      }
      // Add the replicated state var to the end of the replicate operands.
      unformat_replicate_operands.emplace_back(state_var_vals,
                                               state_var_vals.front().getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top