Package | Description |
---|---|
com.yahoo.tensor |
Tensor data types
|
com.yahoo.tensor.functions |
Tensor function evaluation
|
Modifier and Type | Method and Description |
---|---|
abstract IndexedTensor |
IndexedTensor.Builder.build() |
IndexedTensor |
IndexedTensor.BoundBuilder.build() |
IndexedTensor |
IndexedTensor.UnboundBuilder.build() |
Modifier and Type | Method and Description |
---|---|
private void |
Concat.concatenateTo(IndexedTensor a,
IndexedTensor b,
int offset,
TensorType concatType,
int[] aToIndexes,
int[] bToIndexes,
Tensor.Builder builder) |
private DimensionSizes |
Concat.concatSize(TensorType concatType,
IndexedTensor a,
IndexedTensor b,
String concatDimension)
Returns the concrete (not type) dimension sizes resulting from combining a and b
|
private Tensor |
Join.indexedGeneralJoin(IndexedTensor a,
IndexedTensor b,
TensorType joinedType) |
private Tensor |
Join.indexedSubspaceJoin(IndexedTensor subspace,
IndexedTensor superspace,
TensorType joinedType,
boolean reversedArgumentOrder) |
private Tensor |
Join.indexedVectorJoin(IndexedTensor a,
IndexedTensor b,
TensorType type) |
private DimensionSizes |
Join.joinedSize(TensorType joinedType,
IndexedTensor a,
IndexedTensor b) |
private void |
Join.joinTo(IndexedTensor a,
IndexedTensor b,
TensorType joinedType,
DimensionSizes joinedSize,
int[] aToIndexes,
int[] bToIndexes,
boolean reversedOrder,
Tensor.Builder builder) |
private Tensor |
Reduce.reduceIndexedVector(IndexedTensor argument) |
Copyright © 2017. All rights reserved.