MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetAllAttrToInputsMaps

Function GetAllAttrToInputsMaps

tensorflow/python/eager/pywrap_tfe_src.cc:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63tensorflow::mutex all_attr_to_input_maps_lock(tensorflow::LINKER_INITIALIZED);
64tensorflow::gtl::FlatMap<string, AttrToInputsMap*>* GetAllAttrToInputsMaps() {
65 static auto* all_attr_to_input_maps =
66 new tensorflow::gtl::FlatMap<string, AttrToInputsMap*>;
67 return all_attr_to_input_maps;
68}
69
70AttrToInputsMap* GetAttrToInputsMap(const tensorflow::OpDef& op_def) {
71 tensorflow::mutex_lock l(all_attr_to_input_maps_lock);

Callers 1

GetAttrToInputsMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected