Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc70 constexpr char kFuncAttrName[] = "f"; variable
112 auto* func_attr = AttrSlice(func_node).Find(kFuncAttrName); in IsIndirectFunctionCall()
123 auto* func_attr = AttrSlice(func_node).Find(kFuncAttrName); in FunctionInstantiationAttributes()
681 (*attr)[kFuncAttrName].mutable_func()->set_name(specialized_func_name); in UpdateSpecializedFunctionCallSite()