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

  /external/tensorflow/tensorflow/core/profiler/internal/advisor/
operation_checker.h 49 const AttrValue* attr = node->op_attrs("data_format");
  /external/tensorflow/tensorflow/core/framework/
node_def_util.cc 418 std::unordered_map<string, const OpDef::AttrDef*> op_attrs; local
420 if (!gtl::InsertIfNotPresent(&op_attrs, attr.name(), &attr)) {
431 auto iter = op_attrs.find(attr.first);
432 if (iter == op_attrs.end()) {
451 op_attrs.erase(iter);
455 if (!op_attrs.empty()) {
457 for (const auto& attr_pair : op_attrs) {
462 op_attrs.size() == 1 ? " '" : "s '", attrs,
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 691 const AttrValue* op_attrs(const string& name) const { function in class:tensorflow::tfprof::TFGraphNode

Completed in 235 milliseconds