Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chinawithfrank/ChatBotCourse
/ group_id_size
Method
group_id_size
tf_classify_demo/sample_data.py:67–71 ·
view source on GitHub ↗
获取local_group的数量
(self)
Source
from the content-addressed store, hash-verified
65
return
self.local_group_id_map
66
67
def
group_id_size(self):
68
""
"
69
获取local_group的数量
70
""
"
71
return
len(self.local_group_id_map)
72
73
74
class
InputData(object):
Callers
3
next_batch
Method · 0.80
test_sets
Method · 0.80
classify.py
File · 0.80
Calls
no outgoing calls
Tested by
1
test_sets
Method · 0.64