Home
last modified time | relevance | path

Searched refs:InlineFunctions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/
H A Dtrt_convert_api.cc429 Status InlineFunctions(const MetaGraphDef& meta_graph_def, in InlineFunctions() function
486 InlineFunctions(bundle->meta_graph_def, &inlined_graph_def)); in ConvertAndBuild()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_instances.h144 REPEATED_PASS_INSTANCE(InlineFunctions);
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/pass_management/
Drepeated_pass_instances.h144 REPEATED_PASS_INSTANCE(InlineFunctions);
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/pass_management/
H A Drepeated_pass_instances.h144 REPEATED_PASS_INSTANCE(InlineFunctions);
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc235 Status InlineFunctions(std::unique_ptr<Graph>* graph, in InlineFunctions() function
357 TF_RETURN_IF_ERROR(InlineFunctions(&graph, &fallback_state.device_set())); in BuildXlaOpsAndMaybeInsertTransferOps()