Searched refs:FindNodeAtPath (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
D | object_graph_traversal_test.cc | 304 absl::optional<int> node = internal::FindNodeAtPath("foo", object_graph); in TEST() 311 absl::optional<int> node = internal::FindNodeAtPath("bar", object_graph); in TEST() 317 absl::optional<int> node = internal::FindNodeAtPath("FOO", object_graph); in TEST() 324 absl::optional<int> node = internal::FindNodeAtPath("foo.bar", object_graph); in TEST() 332 internal::FindNodeAtPath("foo.baz", object_graph); in TEST() 337 internal::FindNodeAtPath("bar.wombat", object_graph); in TEST() 347 absl::optional<int> foo = internal::FindNodeAtPath("foo", object_graph); in TEST() 352 internal::FindNodeAtPath("foo.bar", object_graph); in TEST() 357 internal::FindNodeAtPath("foo.bar.parent", object_graph); in TEST() 362 internal::FindNodeAtPath("foo.bar.parent.bar", object_graph); in TEST()
|
D | tf_saved_model_api.cc | 178 internal::FindNodeAtPath(function_path, bundle_.saved_object_graph()); in GetFunction() 215 internal::FindNodeAtPath(variable_path, bundle_.saved_object_graph()); in GetVariable()
|
D | saved_model_utils.h | 84 absl::optional<int> FindNodeAtPath(StringPiece path,
|
D | saved_model_utils.cc | 334 absl::optional<int> FindNodeAtPath(StringPiece path, in FindNodeAtPath() function
|