MCPcopy Create free account
hub / github.com/alibaba/nann / BuildTree

Function BuildTree

tensorflow/tensorflow/core/common_runtime/executor_test.cc:210–236  ·  view source on GitHub ↗

Builds a graph which adds N copies of one variable "in". I.e., a + a + a + ... + a The returned graph is parenthesized ramdonly. I.e., a + ((a + a) + a) (a + a) + (a + a) ((a + a) + a) + a are all possibly generated.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TEST_FFunction · 0.70

Calls 10

RandomSeedFunction · 0.85
UniformMethod · 0.80
RecvFunction · 0.70
SendFunction · 0.70
IdentityFunction · 0.50
AddFunction · 0.50
push_backMethod · 0.45
sizeMethod · 0.45
backMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected