Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.h79 Status GetEquivalentImplementations(
Dimplementation_selector.cc276 TF_RETURN_IF_ERROR(lib_info_->GetEquivalentImplementations( in MaybeOptimizeFunctionCall()
291 TF_RETURN_IF_ERROR(lib_info_->GetEquivalentImplementations( in MaybeOptimizeFunctionCall()
Dfunction_api_info_test.cc111 lib_api_info.GetEquivalentImplementations(func_name, &other_impl); in CheckEquivImpl()
Dfunction_api_info.cc200 Status FunctionLibraryApiInfo::GetEquivalentImplementations( in GetEquivalentImplementations() function in tensorflow::grappler::FunctionLibraryApiInfo