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

Class Scope

tensorflow/cc/framework/scope.h:95–229  ·  view source on GitHub ↗

A `Scope` object represents a set of related TensorFlow ops that have the same properties such as a common name prefix. A Scope object is a container for TensorFlow Op properties. Op constructors get a Scope object as a mandatory first argument and the constructed op acquires the properties in the object. A simple example: using namespace ops; Scope root = Scope::NewRootScope(); auto c1 = Const

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

NewRootScopeMethod · 0.70
NewSubScopeMethod · 0.70
WithOpNameMethod · 0.70
WithDeviceMethod · 0.70
ColocateWithMethod · 0.70
ClearColocationMethod · 0.70
ExitOnErrorMethod · 0.70
WithKernelLabelMethod · 0.70
GetCompositeOpScopesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected