Home
last modified time | relevance | path

Searched defs:is_symmetric (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DUtils.h926 inline bool is_symmetric(const Padding3D& info) in is_symmetric() function
/external/cronet/net/cookies/
Dcanonical_cookie_unittest.cc1267 bool is_symmetric; // Whether the reverse comparison has the same result. in TEST() member
/external/tensorflow/tensorflow/core/transforms/constant_folding/
Dpass.cc2452 const bool is_symmetric = is_add || is_mul; in matchAndRewrite() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3371 const bool is_symmetric = is_add || is_mul; in ConstantPushDown() local