HomeSort by relevance Sort by last modified time
    Searched full:op_type_id (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.cc 658 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {}); local
659 CHECK(op_type_id >= 0 && op_type_id < ops_definitions.GetTotalOpsCount())
660 << "Op " << node.type_string() << " not found in map(id = " << op_type_id
665 shape_refiner, node, node.name(), id, node.type_string(), op_type_id,
687 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {}); local
688 CHECK(op_type_id >= 0 && op_type_id < ops_definitions.GetTotalOpsCount())
689 << "Op " << node.type_string() << " not found in map(id = " << op_type_id
698 shape_refiner, node, node.name(), id, node.type_string(), op_type_id,
713 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {}); local
786 const int op_type_id = ops_definitions.GetOpIdFor("INPUT", {}); local
789 << op_type_id; local
805 const int op_type_id = ops_definitions.GetOpIdFor(op_type, {}); local
821 const int op_type_id = ops_definitions.GetOpIdFor(node.type_string(), {}); local
    [all...]

Completed in 690 milliseconds