Home
last modified time | relevance | path

Searched refs:max_depth_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_xent_op.h66 max_depth_(max_depth) {} in SparseXentLossGenerator()
73 if (!FastBoundsCheck(label, max_depth_)) { in operator()
85 const Index max_depth_; variable
106 max_depth_(max_depth) {} in SparseXentGradGenerator()
113 if (!FastBoundsCheck(label, max_depth_)) { in operator()
124 const Index max_depth_; variable
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmtojavascriptdepth.h13 bool IsWithinMaxDepth() const { return depth_ <= max_depth_; } in IsWithinMaxDepth()
19 static unsigned long max_depth_; variable
Dcxfa_fmtojavascriptdepth.cpp17 unsigned long CXFA_FMToJavaScriptDepth::max_depth_ = kMaxDepth; member in CXFA_FMToJavaScriptDepth
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1614 : buf_(buf), end_(buf + buf_len), depth_(0), max_depth_(_max_depth),
1761 return Check(depth_ <= max_depth_ && num_tables_ <= max_tables_);
1784 uoffset_t max_depth_;