Home
last modified time | relevance | path

Searched refs:InstantiateFunctionForTest (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc155 InstantiateFunctionForTest(else_fn.name(), library, &else_result)); in CheckGraphDef()
189 TF_EXPECT_OK(InstantiateFunctionForTest(then_fn.name(), library, &result)); in CheckGraphDef()
212 TF_EXPECT_OK(InstantiateFunctionForTest(else_fn.name(), library, &result)); in CheckGraphDef()
418 InstantiateFunctionForTest(cond_fn.name(), library, &result)); in TEST()
440 InstantiateFunctionForTest(body_fn.name(), library, &result)); in TEST()
576 InstantiateFunctionForTest(body_fn.name(), library, &result)); in TEST()
685 InstantiateFunctionForTest(cond_fn.name(), library, &result)); in TEST()
707 InstantiateFunctionForTest(body_fn.name(), library, &result)); in TEST()
843 InstantiateFunctionForTest(cond_fn.name(), library, &result)); in TEST()
878 InstantiateFunctionForTest(body_fn.name(), library, &result)); in TEST()
[all …]
H A Dtest_util.h43 Status InstantiateFunctionForTest(const string& name,
H A Dtest_util.cc23 Status InstantiateFunctionForTest(const string& name, in InstantiateFunctionForTest() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_xla_computations_pass_test.cc273 TF_EXPECT_OK(InstantiateFunctionForTest(function, flib_def, &result)); in TEST()