TensorFlow Model Development
Document |
Description |
Key Resource Acquisition |
|---|---|---|
Environment Setup |
Describes how to deploy the development and operating environment of the TensorFlow model on the Ascend platform. |
|
Model Porting |
Describes how to migrate Python training scripts based on TensorFlow 1.15 or TensorFlow 2.6.5 to the Ascend platform for execution to achieve optimal precision and performance. The key content is as follows:
|
|
TensorFlow Parser Scope Fusion Pattern Developer Guide |
Provides guidance for developers to develop Scope fusion patterns of the TensorFlow framework. Multiple small operators in a scope can be replaced with a large operator or a combination of multiple operators to improve the execution efficiency of the TensorFlow computational graph on the Ascend AI Processors. This document is intended for model developers. After reading it, you will be able to:
|
|
TensorFlow Parser Scope Fusion Patterns |
Scope fusion is a scope-based fusion capability. Small operators in the scope are replaced with one larger operator or a composite of operators to improve efficiency. Describes the built-in scope fusion patterns. |
|
API Reference |
Describes the APIs provided by TF Adapter and TF Parser Scope fusion patterns. |