Searched refs:max_bounds_const_op (Results 1 – 1 of 1) sorted by relevance
740 tensorflow::NodeDef* max_bounds_const_op = tensorflow_graph->add_node(); in ConvertRelu1Operator() local741 max_bounds_const_op->set_op("Const"); in ConvertRelu1Operator()742 max_bounds_const_op->set_name(max_bounds); in ConvertRelu1Operator()743 (*max_bounds_const_op->mutable_attr())["dtype"].set_type(DT_FLOAT); in ConvertRelu1Operator()745 (*max_bounds_const_op->mutable_attr())["value"].mutable_tensor(); in ConvertRelu1Operator()