Home
last modified time | relevance | path

Searched refs:_as_indexed_slices (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/distribute/python/
Dcross_device_utils_test.py51 t0 = math_ops._as_indexed_slices(
53 t1 = math_ops._as_indexed_slices(
70 t = math_ops._as_indexed_slices(
80 t = math_ops._as_indexed_slices(
86 t0 = math_ops._as_indexed_slices(
88 t1 = math_ops._as_indexed_slices(
94 t0 = math_ops._as_indexed_slices(
96 t1 = math_ops._as_indexed_slices(
102 t0 = math_ops._as_indexed_slices(
104 t1 = math_ops._as_indexed_slices(
[all …]
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py747 c_sparse = math_ops._as_indexed_slices(c)
761 c_sparse = math_ops._as_indexed_slices(c)
774 c_sparse = math_ops._as_indexed_slices(c)
1084 t = math_ops._as_indexed_slices(constant_op.constant(
1090 t0 = math_ops._as_indexed_slices(constant_op.constant(
1092 t1 = math_ops._as_indexed_slices(constant_op.constant(
1100 t0 = math_ops._as_indexed_slices(constant_op.constant(
1102 t1 = math_ops._as_indexed_slices(constant_op.constant(
1111 t0 = math_ops._as_indexed_slices(constant_op.constant(
Dcond_v2.py506 false_outputs[idx] = math_ops._as_indexed_slices(false_out)
510 true_outputs[idx] = math_ops._as_indexed_slices(true_out)
Dmath_ops.py2704 def _as_indexed_slices(x, optimize=True): function
2746 outputs = [_as_indexed_slices(i, optimize=optimize) for i in inputs]
Dcontrol_flow_ops.py567 v = math_ops._as_indexed_slices(v, optimize=False)