Searched refs:stripped_op_def (Results 1 – 1 of 1) sorted by relevance
30 tensorflow::OpDef stripped_op_def = *op_def; in PYBIND11_MODULE() local31 tensorflow::RemoveNonDeprecationDescriptionsFromOpDef(&stripped_op_def); in PYBIND11_MODULE()35 if (!stripped_op_def.SerializeToString(&serialized_op_def)) { in PYBIND11_MODULE()