Home
last modified time | relevance | path

Searched defs:too_small (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftplus_op.h51 auto too_small = features < features.constant(threshold); in operator() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc105 xla::XlaOp too_small = Lt(features, threshold); in Softplus() local
/external/igt-gpu-tools/tests/
Dkms_prop_blob.c126 char too_small[32]; in test_validate() local
/external/rust/crates/ring/src/
Derror.rs178 pub(crate) fn too_small() -> Self { in too_small() method
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c441 bool too_small = tex->buffer.b.b.nr_samples <= 1 && in si_do_fast_color_clear() local
/external/rust/crates/byteorder/src/
Dlib.rs3017 macro_rules! too_small { macro