HomeSort by relevance Sort by last modified time
    Searched defs:GetNodeAttr (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/util/
mirror_pad_mode.cc 24 Status GetNodeAttr(const NodeDef& node_def, StringPiece attr_name,
27 TF_RETURN_IF_ERROR(GetNodeAttr(node_def, attr_name, &str_value));
padding.cc 24 Status GetNodeAttr(const NodeDef& node_def, StringPiece attr_name,
27 TF_RETURN_IF_ERROR(GetNodeAttr(node_def, attr_name, &str_value));
  /external/tensorflow/tensorflow/core/framework/
node_def_util.cc 211 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, \
221 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, \
316 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name,
327 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name,
336 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name,
353 TF_RETURN_IF_ERROR(GetNodeAttr(node_def, arg_def.number_attr(), &repeats));
361 TF_RETURN_IF_ERROR(GetNodeAttr(node_def, arg_def.type_attr(), &dtype));
562 return GetNodeAttr(node_def, arg_def.number_attr(), num);
779 TF_RETURN_IF_ERROR(GetNodeAttr(*node_def, "frame_name", &frame_name));

Completed in 129 milliseconds