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

  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_tensors_map_ops_test.py 136 handles_value, roundtrip_value = sess.run(
144 self.assertAllEqual(roundtrip_value.indices, indices_value)
145 self.assertAllEqual(roundtrip_value.values, values_value)
146 self.assertAllEqual(roundtrip_value.dense_shape, shape_value)
  /external/tensorflow/tensorflow/contrib/training/python/training/
batch_sequences_with_states_test.py 640 roundtrip_value, = sess.run(
649 self.assertAllEqual(roundtrip_value.indices,
652 self.assertAllEqual(roundtrip_value.values,
654 self.assertAllEqual(roundtrip_value.dense_shape,
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2155 double roundtrip_value = static_cast<double>(static_cast<int32_t>(value)); local
    [all...]

Completed in 167 milliseconds