Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc130 using AttrToInputsMap = typedef
134 tensorflow::gtl::FlatMap<string, AttrToInputsMap*>* GetAllAttrToInputsMaps() { in GetAllAttrToInputsMaps()
136 new tensorflow::gtl::FlatMap<string, AttrToInputsMap*>; in GetAllAttrToInputsMaps()
141 AttrToInputsMap* GetAttrToInputsMapHoldingGIL(const tensorflow::OpDef& op_def) { in GetAttrToInputsMapHoldingGIL()
153 std::unique_ptr<AttrToInputsMap> m(new AttrToInputsMap); in GetAttrToInputsMapHoldingGIL()
226 const AttrToInputsMap* attr_to_inputs_map;