Searched refs:_as_indexed_slices (Results 1 – 5 of 5) sorted by relevance
51 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 …]
747 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(
506 false_outputs[idx] = math_ops._as_indexed_slices(false_out)510 true_outputs[idx] = math_ops._as_indexed_slices(true_out)
2704 def _as_indexed_slices(x, optimize=True): function2746 outputs = [_as_indexed_slices(i, optimize=optimize) for i in inputs]
567 v = math_ops._as_indexed_slices(v, optimize=False)