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

  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_ops_definitions.h 37 virtual int GetOpIdFor(const string& op_type,
remote_fused_graph_execute_utils.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.h 34 int GetOpIdFor(const string& op_type, const DataTypeVector& dt) const final;
graph_transferer.cc 437 } else if (ops_definitions.GetOpIdFor(node.type_string(), {}) !=
658 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {});
687 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {});
713 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {});
786 const int op_type_id = ops_definitions.GetOpIdFor("INPUT", {});
805 const int op_type_id = ops_definitions.GetOpIdFor(op_type, {});
821 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {});
    [all...]
hexagon_ops_definitions.cc 385 int HexagonOpsDefinitions::GetOpIdFor(const string& op_type,
graph_transferer_test.cc 56 int GetOpIdFor(const string& op_type, const DataTypeVector&) const final {
hexagon_control_wrapper.cc 163 HexagonOpsDefinitions::getInstance().GetOpIdFor(OUTPUT_OP_NAME, {}));
  /external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
hvx_ops_support_checker_main.cc 130 const int op_id = ops_definition.GetOpIdFor(node.op(), {});

Completed in 179 milliseconds