Searched refs:input_tensor_names (Results 1 – 2 of 2) sorted by relevance
61 input_tensor_names = [65 func_graph.get_tensor_by_name(name) for name in input_tensor_names
739 std::vector<string> input_tensor_names; in Run() local740 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()