Searched refs:first_conv (Results 1 – 2 of 2) sorted by relevance
273 first_conv = tf.nn.conv2d(input=fingerprint_4d,277 first_relu = tf.nn.relu(first_conv)398 first_conv = tf.nn.conv2d(403 first_relu = tf.nn.relu(first_conv)731 first_conv = tf.nn.conv2d(735 first_relu = tf.nn.relu(first_conv)838 first_conv = tf.nn.conv2d(842 first_relu = tf.nn.relu(first_conv)
666 TF::Conv2DOp first_conv; in runOnOperation() local