Home
last modified time | relevance | path

Searched refs:IndexedSlicesValue (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops_test.py58 IndexedSlicesValue = indexed_slices.IndexedSlicesValue variable
82 if isinstance(v, IndexedSlicesValue):
384 IndexedSlicesValue(
386 IndexedSlicesValue(
388 IndexedSlicesValue(
390 IndexedSlicesValue(
416 IndexedSlicesValue(values=[[1.]], indices=[0], dense_shape=[10, 1]),
417 IndexedSlicesValue(
510 IndexedSlicesValue(
512 IndexedSlicesValue(
[all …]
/external/tensorflow/tensorflow/python/framework/
Dindexed_slices.py200 IndexedSlicesValue = collections.namedtuple( variable
264 return IndexedSlicesValue(tensor_list[0], tensor_list[1], None)
266 return IndexedSlicesValue(*tensor_list)
Dtensor_util_test.py824 x_value = indexed_slices.IndexedSlicesValue(
Dops.py6846 IndexedSlicesValue = indexed_slices.IndexedSlicesValue variable
Dops_test.py633 self.assertIsInstance(st1, indexed_slices.IndexedSlicesValue)
640 self.assertIsInstance(st2, indexed_slices.IndexedSlicesValue)
Dtest_util.py2240 return ops.IndexedSlicesValue(
/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py59 return ops.IndexedSlicesValue(
82 if isinstance(a, ops.IndexedSlicesValue):
176 if isinstance(grad, ops.IndexedSlicesValue):
/external/tensorflow/tensorflow/python/client/
Dsession_test.py909 ind: ops.IndexedSlicesValue(values, indices, dense_shape)
916 ind: ops.IndexedSlicesValue(values, indices, dense_shape)
975 ind: ops.IndexedSlicesValue(values, indices, dense_shape)
981 ind: ops.IndexedSlicesValue(values, indices, dense_shape)
Dsession.py80 return ops.IndexedSlicesValue(
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1308 self.assertIsInstance(grad_val, ops.IndexedSlicesValue)
1342 self.assertIsInstance(var_grad, ops.IndexedSlicesValue)
1347 self.assertIsInstance(x1_grad, ops.IndexedSlicesValue)
1351 self.assertIsInstance(x1_grad, ops.IndexedSlicesValue)