Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmap_kernels.h25 Status GetInputMap(OpKernelContext* ctx, int index, const TensorMap** ret_map) { in GetInputMap() argument
36 *ret_map = map; in GetInputMap()
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc339 const ::tensorflow::protobuf::Map<string, string>& ret_map, in AddReturnNode() argument
341 auto ret_iter = ret_map.find(ret_def.name()); in AddReturnNode()
342 if (ret_iter == ret_map.end()) { in AddReturnNode()