Home
last modified time | relevance | path

Searched refs:resource_and_index (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dpromote_resources_to_args.cc275 for (auto resource_and_index : llvm::enumerate(resources)) { in PromoteResourcesToArguments() local
276 const auto& resource = resource_and_index.value(); in PromoteResourcesToArguments()
283 const int64_t index = resource_and_index.index(); in PromoteResourcesToArguments()