Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dcreate_xla_launch_op.cc118 std::vector<int>* resource_arg_indices) { in GetBodyAndConstantsAndResources() argument
141 resource_arg_indices->reserve(arg_types.size()); in GetBodyAndConstantsAndResources()
144 resource_arg_indices->push_back(i); in GetBodyAndConstantsAndResources()
173 std::vector<int> resource_arg_indices; in CreateXlaLaunchOp() local
175 flr, node_def, &fbody, &constant_arg_indices, &resource_arg_indices)); in CreateXlaLaunchOp()
187 SinglePassSearch resources_search(&resource_arg_indices); in CreateXlaLaunchOp()
238 &construction, constant_arg_indices, resource_arg_indices, function); in CreateXlaLaunchOp()