Searched refs:op_converter (Results 1 – 2 of 2) sorted by relevance
634 auto op_converter = [&start_conversion, in TEST_F() local647 op_validators(&validator)["Add"] = op_converter; in TEST_F()747 void AddOpConverter(const string& op_name, OpConverter op_converter) { in AddOpConverter() argument748 converter_->op_registry_[op_name] = op_converter; in AddOpConverter()795 auto op_converter = [&output_tensors](OpConverterParams* params) -> Status { in TEST_F() local813 AddOpConverter("MyOp", op_converter); in TEST_F()867 auto op_converter = [&output_tensors](OpConverterParams* params) -> Status { in TEST_F() local884 AddOpConverter("MyOp", op_converter); in TEST_F()
1296 OpConverter op_converter = itr->second; in ConvertNode() local1297 TF_RETURN_IF_ERROR(op_converter(¶ms)); in ConvertNode()