Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dintroduce_floating_point_jitter_pass_test.cc108 auto m_add = NodeWith(Op("Add"), Inputs(Out(m_sigmoid_a_with_jitter), in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend.cpp185 Module m_add("m_add"); in TEST() local