Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py61 input_tensor_names = [
65 func_graph.get_tensor_by_name(name) for name in input_tensor_names
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc739 std::vector<string> input_tensor_names; in Run() local
740 input_tensor_names.reserve(inputs.size()); in Run()
742 input_tensor_names.push_back(it.first); in Run()
751 TF_RETURN_IF_ERROR(GetOrCreateExecutors(input_tensor_names, output_names, in Run()