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.cc360 return base_lib_def_; in GetFunctionLibraryDefinition()
390 const FunctionLibraryDefinition* const base_lib_def_; member in tensorflow::FunctionLibraryRuntimeImpl
470 base_lib_def_(lib_def), in FunctionLibraryRuntimeImpl()
481 return base_lib_def_->LookUpOpDef(op, sig); in FunctionLibraryRuntimeImpl()
633 if (lib_def != base_lib_def_) { in CreateKernel()
676 if (lib_def == base_lib_def_) { in FunctionDefToBody()
707 if (lib_def != base_lib_def_) { in InstantiateSymbolicGradient()
775 options.lib_def ? options.lib_def : base_lib_def_; in Instantiate()
1306 const Status s = base_lib_def_->LookUpOpDef(func, &op_def); in IsStateful()