Home
last modified time | relevance | path

Searched defs:non_negative (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dxla_pad_op.cc66 auto non_negative = [](int64_t x) { return x >= 0; }; in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpooling_ops_3d.cc144 bool non_negative = in Pooling3DOp() local