Searched refs:IndexedSlicesValue (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops_test.py | 58 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/ |
D | indexed_slices.py | 200 IndexedSlicesValue = collections.namedtuple( variable 264 return IndexedSlicesValue(tensor_list[0], tensor_list[1], None) 266 return IndexedSlicesValue(*tensor_list)
|
D | tensor_util_test.py | 824 x_value = indexed_slices.IndexedSlicesValue(
|
D | ops.py | 6846 IndexedSlicesValue = indexed_slices.IndexedSlicesValue variable
|
D | ops_test.py | 633 self.assertIsInstance(st1, indexed_slices.IndexedSlicesValue) 640 self.assertIsInstance(st2, indexed_slices.IndexedSlicesValue)
|
D | test_util.py | 2240 return ops.IndexedSlicesValue(
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2.py | 59 return ops.IndexedSlicesValue( 82 if isinstance(a, ops.IndexedSlicesValue): 176 if isinstance(grad, ops.IndexedSlicesValue):
|
/external/tensorflow/tensorflow/python/client/ |
D | session_test.py | 909 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)
|
D | session.py | 80 return ops.IndexedSlicesValue(
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | control_flow_ops_py_test.py | 1308 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)
|