Searched refs:expected_input_tensor_names_set (Results 1 – 4 of 4) sorted by relevance
38 const absl::flat_hash_set<std::string>& expected_input_tensor_names_set, in ValidateTensorflowSpec() argument41 if (expected_input_tensor_names_set.size() != in ValidateTensorflowSpec()49 if (!expected_input_tensor_names_set.contains(it.name())) { in ValidateTensorflowSpec()
81 absl::flat_hash_set<std::string> expected_input_tensor_names_set; in RunPlan() local83 expected_input_tensor_names_set.insert(it->first); in RunPlan()86 tensorflow_spec, expected_input_tensor_names_set, output_names); in RunPlan()
62 absl::flat_hash_set<std::string> expected_input_tensor_names_set; in RunPlan() local64 expected_input_tensor_names_set.insert(input.first); in RunPlan()67 tensorflow_spec, expected_input_tensor_names_set, output_names); in RunPlan()
73 const absl::flat_hash_set<std::string>& expected_input_tensor_names_set,