Home
last modified time | relevance | path

Searched refs:idx_out (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h814 int idx_out) { in CopyMklTensorInToOut() argument
819 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in CopyMklTensorInToOut()
820 int idx_meta_out = GetTensorMetaDataIndex(idx_out, num_outputs); in CopyMklTensorInToOut()
835 int idx_out, in CopyTfTensorInToOutWithShape() argument
840 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in CopyTfTensorInToOutWithShape()
845 AllocateOutputSetMklShape(context, idx_out, mkl_shape_output); in CopyTfTensorInToOutWithShape()
853 int idx_out) { in ForwardTfTensorInToOut() argument
857 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in ForwardTfTensorInToOut()
861 AllocateOutputSetMklShape(context, idx_out, dnn_shape_output); in ForwardTfTensorInToOut()
870 int idx_out) { in ForwardMklTensorInToOut() argument
[all …]
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py1080 idx_in, idx_out = _einsum_v1_parse_and_resolve_equation(
1083 idx_all = set(''.join(idx_in) + idx_out)
1086 missing_idx = set(idx_out).difference(idx_all)
1092 if ax not in idx_out:
1094 for ax in idx_out:
1137 if ax not in idx_out:
/external/libxkbcommon/src/xkbcomp/
Dkeycodes.c75 xkb_led_index_t *idx_out) in FindLedByName() argument
80 *idx_out = idx; in FindLedByName()