Searched refs:inds (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_concat_op.cc | 42 OpInputList inds; in Compute() local 43 OP_REQUIRES_OK(context, context->input_list("indices", &inds)); in Compute() 44 const int N = inds.size(); in Compute() 46 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(inds[i].shape()), in Compute() 49 inds[i].shape().DebugString(), " at position ", i)); in Compute() 130 tensor::DeepCopy(inds[i]), tensor::DeepCopy(vals[i]), in Compute()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | dynamic_partition_op_test.py | 340 inds = [0]*189 + [1]*184 + [2]*184 + [3]*191 + [4]*192 + [5]*195 + [6]*195 341 inds += [7]*195 + [8]*188 + [9]*195 + [10]*188 + [11]*202 + [12]*194 342 inds += [13]*194 + [14]*194 + [15]*192 343 self.assertEqual(len(inds), x.shape[0]) 344 partitioned = data_flow_ops.dynamic_partition(x, inds, 16)
|
D | metrics_test.py | 1349 inds = np.argsort(-predictions) 1351 sorted_labels = labels[inds] 1352 sorted_weights = weights[inds]
|
/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/ |
D | masked_matmul_ops_test.py | 34 inds = [[0, 0], [0, 2], [1, 1], [2, 0], [2, 3]] * 100 35 indices = np.array(inds).astype(np.int64)
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 308 ArrayRef<unsigned> inds = ArrayRef<unsigned>()) 310 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 882 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_aos_array() local 893 inds[i] = indices[i]; in store_aos_array() 895 inds[i] = linear_inds[i]; in store_aos_array() 897 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); in store_aos_array() 926 io_ptrs[i], inds[i], val); in store_aos_array() 1027 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_clip() local 1038 inds[i] = lp_build_const_int32(gallivm, i); in store_clip() 1039 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); in store_clip()
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 315 inds = [sp_input.indices for sp_input in sp_inputs] 332 gen_sparse_ops.sparse_concat(inds, vals, shapes, axis, name=name))
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops_test.py | 1674 inds = np.argsort(-predictions) 1676 sorted_labels = labels[inds] 1677 sorted_weights = weights[inds]
|
/external/e2fsprogs/po/ |
D | da.po | 7901 msgstr "Ingen plads til at indsætte område i knude"
|