Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.h203 struct ExpandInlineFunctionsOptions { struct
204 ExpandInlineFunctionsOptions() : native_options(), multi_device_options() { in ExpandInlineFunctionsOptions() argument
218 const ExpandInlineFunctionsOptions& options); argument
235 return ExpandInlineFunctions(lib, graph, ExpandInlineFunctionsOptions()); in ExpandInlineFunctions()
H A Dgraph_optimizer.cc112 ExpandInlineFunctionsOptions expand_inline_opts; in Optimize()
H A Dfunction_test.cc1047 ExpandInlineFunctionsOptions opts; in TEST_F()
1143 ExpandInlineFunctionsOptions opts; in TEST_F()
1232 ExpandInlineFunctionsOptions opts; in TEST_F()
H A Dinline_function_utils.cc857 const ExpandInlineFunctionsOptions& options) { in ExpandInlineFunctions()