Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/pan/
H A Dltp-pan.c1174 static struct collection *get_collection(char *file, int optind, int argc, in get_collection() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py1255 def get_collection(self, name): member in VariableScope
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py4322 def get_collection(self, name, scope=None): member in Graph
6688 def get_collection(key, scope=None): function