Searched refs:OpSpec (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 51 opspec := tf.OpSpec{ 77 opspec := tf.OpSpec{ 103 opspec := tf.OpSpec{ 134 opspec := tf.OpSpec{ 151 opspec := tf.OpSpec{ 176 opspec := tf.OpSpec{ 192 opspec := tf.OpSpec{ 246 opspec := tf.OpSpec{ 283 opspec := tf.OpSpec{ 345 opspec := tf.OpSpec{ [all …]
|
D | op.go | 45 return scope.AddOperation(tf.OpSpec{
|
D | scope.go | 75 func (s *Scope) AddOperation(args tf.OpSpec) *tf.Operation {
|
/external/tensorflow/tensorflow/go/ |
D | util_test.go | 20 op, err := g.AddOperation(OpSpec{ 38 op, err := g.AddOperation(OpSpec{ 50 op, err := g.AddOperation(OpSpec{ 59 op, err := g.AddOperation(OpSpec{
|
D | graph_test.go | 162 op0, err := g.AddOperation(OpSpec{ 171 op1, err := g.AddOperation(OpSpec{ 180 op2, err := g.AddOperation(OpSpec{ 248 op0, err := g.AddOperation(OpSpec{ 257 op1, err := g.AddOperation(OpSpec{ 296 op0, err := g.AddOperation(OpSpec{ 305 op1, err := g.AddOperation(OpSpec{ 361 op0, err := g.AddOperation(OpSpec{
|
D | session_test.go | 95 l2, err := graph.AddOperation(OpSpec{ 109 fetch, err := graph.AddOperation(OpSpec{ 212 concat, err := g.AddOperation(OpSpec{ 246 hash, _ = g.AddOperation(OpSpec{ 253 str, _ = g.AddOperation(OpSpec{
|
D | operation_test.go | 67 op, err := graph.AddOperation(OpSpec{ 88 _, err := g.AddOperation(OpSpec{ 237 op, err := graph.AddOperation(OpSpec{
|
D | attrs_test.go | 46 cases := []OpSpec{
|
D | graph.go | 272 type OpSpec struct { struct 311 func (g *Graph) AddOperation(args OpSpec) (*Operation, error) {
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop_test.go | 76 opspec := tf.OpSpec{ 125 opspec := tf.OpSpec{ 170 opspec := tf.OpSpec{ 297 opspec := tf.OpSpec{ 342 opspec := tf.OpSpec{ 421 opspec := tf.OpSpec{ 526 opspec := tf.OpSpec{ 781 opspec := tf.OpSpec{
|
D | genop.go | 320 opspec := tf.OpSpec{
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.cc | 77 void CollectOpDependencies(const OpSpec& op, RenderMode mode, in CollectOpDependencies() 147 void RenderSecondaryFactoryMethod(const OpSpec& op, const Type& op_class, in RenderSecondaryFactoryMethod() 200 void RenderFactoryMethods(const OpSpec& op, const Type& op_class, in RenderFactoryMethods() 276 void RenderConstructor(const OpSpec& op, const Type& op_class, in RenderConstructor() 320 void RenderGettersAndSetters(const OpSpec& op, SourceWriter* writer) { in RenderGettersAndSetters() 341 void RenderInterfaceImpl(const OpSpec& op, RenderMode mode, in RenderInterfaceImpl() 387 void RenderOptionsClass(const OpSpec& op, const Type& op_class, in RenderOptionsClass() 419 void GenerateOp(const OpSpec& op, const EndpointSpec& endpoint, in GenerateOp() 551 OpSpec op(OpSpec::Create(op_def, *api_def)); in Run()
|
D | op_specs.h | 132 class OpSpec { 139 static OpSpec Create(const OpDef& op_def, const ApiDef& api_def); 160 explicit OpSpec(const string& graph_op_name, bool hidden, in OpSpec() function
|
D | op_specs.cc | 354 OpSpec OpSpec::Create(const OpDef& op_def, const ApiDef& api_def) { in Create() 355 OpSpec op(api_def.graph_op_name(), api_def.visibility() == ApiDef::HIDDEN, in Create()
|