Home
last modified time | relevance | path

Searched refs:logical_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dmath_test.py155 logical_ops = [
205 for op in logical_ops + float_ops:
208 if op in logical_ops:
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc2052 std::vector<string> logical_ops{"Greater", "Less", "Equal"}; in RunTests() local
2084 const bool logical_op = comb_op || find_name(op_name, logical_ops); in RunTests()