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

  /external/lisa/libs/utils/android/
gfxinfo.py 86 for h_value in [x.split('=') for x in h_tokens]:
87 self.__properties['histogram'].append((int(h_value[0][:-2]), int(h_value[1])))
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
gru_ops_test.py 75 h_value = np.random.rand(batch_size, cell_size)
81 basic_res = sess.run([output], {x: x_value, h: h_value})
87 block_res = sess.run([output], {x: x_value, h: h_value})
112 h_value = np.random.rand(batch_size, cell_size)
123 feeds = {concat_x: x_values, h: h_value}
136 feeds = {concat_x: x_values, h: h_value}
168 h_value = np.random.rand(batch_size, cell_size)
189 h: h_value})
210 h: h_value})
236 h_value = np.random.rand(batch_size, cell_size
    [all...]

Completed in 77 milliseconds