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.cc128 using AttrToInputsMap = typedef
132 tensorflow::gtl::FlatMap<string, AttrToInputsMap*>* GetAllAttrToInputsMaps() { in GetAllAttrToInputsMaps()
134 new tensorflow::gtl::FlatMap<string, AttrToInputsMap*>; in GetAllAttrToInputsMaps()
139 AttrToInputsMap* GetAttrToInputsMapHoldingGIL(const tensorflow::OpDef& op_def) { in GetAttrToInputsMapHoldingGIL()
151 std::unique_ptr<AttrToInputsMap> m(new AttrToInputsMap); in GetAttrToInputsMapHoldingGIL()
224 const AttrToInputsMap* attr_to_inputs_map;