MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / meshgrid

Function meshgrid

tensorflow/python/ops/array_ops.py:1792–1859  ·  view source on GitHub ↗

Broadcasts parameters for evaluation on an N-D grid. Given N one-dimensional coordinate arrays `*args`, returns a list `outputs` of N-D coordinate arrays for evaluating expressions on an N-D grid. Notes: `meshgrid` supports cartesian ('xy') and matrix ('ij') indexing conventions. When t

(*args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

name_scopeMethod · 0.80
stackFunction · 0.70
sizeFunction · 0.70
onesFunction · 0.70
reshapeFunction · 0.50
popMethod · 0.45
keysMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected