Searched refs:a_root (Results 1 – 2 of 2) sorted by relevance
129 #define rbtn_first(a_type, a_field, a_rbt, a_root, r_node) do { \ argument130 (r_node) = (a_root); \139 #define rbtn_last(a_type, a_field, a_rbt, a_root, r_node) do { \ argument140 (r_node) = (a_root); \
889 auto a_root = tensorflow::Scope::NewRootScope(); in TestHashNodeDef() local892 Output a_const = Const(a_root.WithOpName("a"), Input::Initializer(a_data)); in TestHashNodeDef()894 TF_ASSERT_OK(a_root.ToGraphDef(&a_graph_def)); in TestHashNodeDef()