HomeSort by relevance Sort by last modified time
    Searched refs:input_prob_matrix_0 (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
ctc_decoder_ops_test.py 105 input_prob_matrix_0 = np.asarray(
113 input_log_prob_matrix_0 = np.log(input_prob_matrix_0)
182 input_prob_matrix_0 = np.asarray(
194 input_prob_matrix_0 = input_prob_matrix_0 + 2.0
198 input_prob_matrix_0[t, :][np.newaxis, :] for t in range(seq_len_0)
ctc_loss_op_test.py 178 input_prob_matrix_0 = np.asarray(
185 input_log_prob_matrix_0 = np.log(input_prob_matrix_0)
  /external/tensorflow/tensorflow/python/keras/
backend_test.py     [all...]

Completed in 58 milliseconds