Home
last modified time | relevance | path

Searched defs:out_indices (Results 1 – 11 of 11) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java92 int attrs_length, int[] out_values, int[] out_indices) { in ResolveAttrs()
239 int[] out_values, int[] out_indices) { in ApplyStyle()
445 int attrs_length, int[] out_values, int[] out_indices) { in RetrieveAttributes()
DAttributeResolution10.java96 int attrs_length, int[] out_values, int[] out_indices) { in ResolveAttrs()
243 int[] out_values, int[] out_indices) { in ApplyStyle()
455 int attrs_length, int[] out_values, int[] out_indices) { in RetrieveAttributes()
/external/tensorflow/tensorflow/contrib/libsvm/kernels/
Ddecode_libsvm_op.cc47 std::vector<std::pair<int64, int64>> out_indices; in Compute() local
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_partition_op.cc151 Eigen::DSizes<Eigen::DenseIndex, 2> out_indices(oi, 0); in Compute() local
Dcandidate_sampler_ops.cc237 Tensor* out_indices = nullptr; in Compute() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc74 Tensor* out_indices, Tensor* out_scores) { in GetTopLabels()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle() local
1395 int[] out_indices = null; in nativeResolveAttrs() local
1457 int[] out_indices = null; in nativeRetrieveAttributes() local
DShadowArscAssetManager9.java1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle() local
1391 int[] out_indices = null; in nativeResolveAttrs() local
1453 int[] out_indices = null; in nativeRetrieveAttributes() local
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc231 Tensor* out_indices, Tensor* out_scores) { in GetTopLabels()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1494 Tensor* out_indices = &result->sparse_indices[d]; in FastParseSingleExample() local
2147 int64* out_indices = context_result->sparse_indices[t].flat<int64>().data(); in FastParseSequenceExample() local
2344 int64* out_indices = in FastParseSequenceExample() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc259 Tensor* out_indices, Tensor* out_scores) { in GetTopLabels()