HomeSort by relevance Sort by last modified time
    Searched defs:a_root (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
fibheap.c 147 fibnode_t a_root, b_root, temp;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
146 fibnode_t a_root, b_root, temp; local
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils_test.cc 889 auto a_root = tensorflow::Scope::NewRootScope() local
    [all...]

Completed in 68 milliseconds