Home
last modified time | relevance | path

Searched defs:get_collection (Results 1 – 3 of 3) sorted by relevance

/external/ltp/pan/
Dltp-pan.c1173 static struct collection *get_collection(char *file, int optind, int argc, in get_collection() function
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1156 def get_collection(self, name): member in VariableScope
/external/tensorflow/tensorflow/python/framework/
Dops.py3984 def get_collection(self, name, scope=None): member in Graph
6206 def get_collection(key, scope=None): function