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.cc340 return base_lib_def_; in GetFunctionLibraryDefinition()
366 const FunctionLibraryDefinition* const base_lib_def_; member in tensorflow::FunctionLibraryRuntimeImpl
435 base_lib_def_(lib_def), in FunctionLibraryRuntimeImpl()
445 return base_lib_def_->LookUpOpDef(op, sig); in FunctionLibraryRuntimeImpl()
534 return CreateKernel(ndef, base_lib_def_, kernel); in CreateKernel()
564 if (lib_def != base_lib_def_) { in CreateKernel()
602 if (lib_def == base_lib_def_) { in FunctionDefToBody()
633 if (lib_def != base_lib_def_) { in InstantiateSymbolicGradient()
701 options.overlay_lib ? options.overlay_lib : base_lib_def_; in Instantiate()
869 lib_def = base_lib_def_; in CreateItem()
[all …]