tensorflow (version 0.3.0)

dict: Create Python dictionary

Description

Create a Python dictionary object, including a dictionary whose keys are other Python objects rather than character vectors.

Usage

dict(...)

Arguments

...
Name/value pairs for dictionary

Value

A Python dictionary