Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc176 return base_lib_def_; in GetFunctionLibraryDefinition()
196 const FunctionLibraryDefinition* const base_lib_def_; member in tensorflow::FunctionLibraryRuntimeImpl
255 base_lib_def_(lib_def), in FunctionLibraryRuntimeImpl()
264 return base_lib_def_->LookUpOpDef(op, sig); in FunctionLibraryRuntimeImpl()
347 return CreateKernel(ndef, base_lib_def_, kernel); in CreateKernel()
377 if (lib_def != base_lib_def_) { in CreateKernel()
417 if (lib_def == base_lib_def_) { in FunctionDefToBody()
448 if (lib_def != base_lib_def_) { in InstantiateSymbolicGradient()
493 options.overlay_lib ? options.overlay_lib : base_lib_def_; in Instantiate()
606 lib_def = base_lib_def_; in CreateItem()
[all …]