Home
last modified time | relevance | path

Searched defs:MultiOutput (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/js/ops/
H A Dts_op_gen_test.cc181 TEST(TsOpGenTest, MultiOutput) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dintroduce_floating_point_jitter_pass_test.cc148 TEST(IntroduceFloatingPointJitterTest, MultiOutput) { in TEST() argument
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_subgraph_rewriter.cpp125 TEST(SubgraphRewriterTest, MultiOutput) { in TEST() argument
H A Dtest_subgraph_matcher.cpp520 TEST(SubgraphMatcherTest, MultiOutput) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dcc_ops_test.cc87 TEST(CCOpTest, MultiOutput) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dsplit_utils_test.cc231 TEST(SplitUtilsTest, MultiOutput) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py5737 class MultiOutput(ExternKernel): class