Searched refs:compare_single_input_op_to_numpy (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | backend_test.py | 39 def compare_single_input_op_to_numpy(keras_op, function 310 compare_single_input_op_to_numpy(keras_op, np_op, input_shape=(4, 7, 5), 313 compare_single_input_op_to_numpy(keras_op, np_op, input_shape=(4, 7, 5), 317 compare_single_input_op_to_numpy(keras_op, np_op, 335 compare_single_input_op_to_numpy(keras_op, np_op, input_shape=(4, 7)) 342 compare_single_input_op_to_numpy(keras_op, np_op, 346 compare_single_input_op_to_numpy( 352 compare_single_input_op_to_numpy( 442 compare_single_input_op_to_numpy(keras.backend.reshape, np.reshape, 454 compare_single_input_op_to_numpy(keras.backend.permute_dimensions, [all …]
|