Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresource_ops.cc45 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
179 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
Dresources.cc38 const int64 stamp_token) { in InitFromSerialized()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py213 def __init__(self, name, stamp_token=0, is_local=False, serialized_proto=''): argument
293 def deserialize(self, stamp_token, serialized_proto): argument