The TensorFlow style tensor computation library: tensors, numerical operations and the neural network helper API.
Microsoft.VisualBasic.MachineLearning.TensorFlow 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.MachineLearning.TensorFlow
Microsoft.VisualBasic.MachineLearning.TensorFlow.Compute
The tensor computation engine.
| Type | Summary | Members |
|---|---|---|
| ITensorCompute | 张量计算后端契约。 | 66 |
| ITensorComputeF | 单精度张量计算后端契约。 | 30 |
| SIMDTensor | 默认的 SIMD 加速 CPU 计算后端。 | 39 |
| SIMDTensorF | 单精度张量的默认 SIMD 加速 CPU 计算后端。 | 24 |
| SparseCsr | CSR 稀疏矩阵载体(行 = 突触前,列 = 突触后)。 承载 ITensorCompute.SpMM()) 算子所需的全部稀疏结构信息。 | 11 |
| TensorComputeBase | ITensorCompute 的标量兜底实现。 | 76 |
| TensorComputeFBase | ITensorComputeF 的标量兜底实现(CPU 参考实现)。 | 35 |
Microsoft.VisualBasic.MachineLearning.TensorFlow.NumPy
NumPy compatible array helpers.
| Type | Summary | Members |
|---|---|---|
| NumPyModule | NumPy 兼容 API 模块 提供类 NumPy 的静态方法,全部基于 Tensor 实现 | 51 |
Microsoft.VisualBasic.MachineLearning.TensorFlow.NumPy.NumPyModule
| Type | Summary | Members |
|---|---|---|
| RandomState | NumPy 风格的随机数子模块 np.random.rand(...) 和 np.random.randn(...) 对应 NumPy.RandomState.rand(...) | 3 |