Available translations
loading results
Execution Environment
When a TensorFlow.js program is executed, the specific configuration is called the execution environment. The Execution Environment is comprised of a single global backend as well as a set of flags that control fine-grained features of TensorFlow.js.
Когда программа TensorFlow.js выполняется, конкретная конфигурация называется средой выполнения. Среда выполнения состоит из одного глобального бэкенда, а также набора флагов, которые управляют тонкими функциями TensorFlow.js.
Bir TensorFlow.js programı yürütüldüğünde, belirli yapılandırmaya yürütme ortamı denir. Yürütme Ortamı, tek bir global arka ucun yanı sıra TensorFlow.js'nin ince taneli özelliklerini kontrol eden bir dizi bayraktan oluşur.
Right click and select the pencil button to enter edit mode.
Щелкните правой кнопкой мыши и выберите кнопку с карандашом, чтобы перейти в режим редактирования.
Düzenleme moduna girmek için sağ tıklayın ve kalem düğmesini seçin.
Execution Environment Menu
The Execution Environment node has the following Node Menu items:
The Add WebGL Backend menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor: backend
- label: Add WebGL Backend
- relatedUiObject: WebGL Backend
- actionFunction:
payload.executeAction
- relatedUiObjectProject: TensorFlow
The Add NodeJS Backend menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor: backend
- label: Add NodeJS Backend
- relatedUiObject: NodeJS Backend
- actionFunction:
payload.executeAction
- relatedUiObjectProject: TensorFlow
The Add WASM Backend menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor: backend
- label: Add WASM Backend
- relatedUiObject: WASM Backend
- actionFunction:
payload.executeAction
- relatedUiObjectProject: TensorFlow
The Add CPU Backend menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor: backend
- label: Add CPU Backend
- relatedUiObject: CPU Backend
- actionFunction:
payload.executeAction
- relatedUiObjectProject: TensorFlow
The Add Environment Flags menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor:
environmentFlags
- label: Add Environment Flags
- relatedUiObject: Environment Flags
- actionFunction:
payload.executeAction
- relatedUiObjectProject: TensorFlow
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Execution Environment already has the required child type that the menu item may add, and only that child is allowed for that case.
Execution Environment Children
The Execution Environment node has the following childrenNodesProperties:
The Backend node property features the following properties:
- name: backend
- type: node
- childType: WebGL Backend
The Backend node property features the following properties:
- name: backend
- type: node
- childType: NodeJS Backend
The Backend node property features the following properties:
- name: backend
- type: node
- childType: WASM Backend
The Backend node property features the following properties:
- name: backend
- type: node
- childType: CPU Backend
The Environment Flags node property features the following properties:
- name:
environmentFlags
- type: node
- childType: Environment Flags
- autoAdd: true
Execution Environment Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Execution Environment with other nodes:
Compatible Types: