Searched refs:base_lib_def_ (Results 1 – 1 of 1) sorted by relevance
176 return base_lib_def_; in GetFunctionLibraryDefinition()196 const FunctionLibraryDefinition* const base_lib_def_; member in tensorflow::FunctionLibraryRuntimeImpl255 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 …]