Rdocumentation
powered by
Learn R Programming
tensorflow (version 0.5.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