Searched refs:OpSpec (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 88 opspec := tf.OpSpec{ 139 opspec := tf.OpSpec{ 194 opspec := tf.OpSpec{ 256 opspec := tf.OpSpec{ 319 opspec := tf.OpSpec{ 407 opspec := tf.OpSpec{ 506 opspec := tf.OpSpec{ 612 opspec := tf.OpSpec{ 641 opspec := tf.OpSpec{ 760 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 | 95 op0, err := g.AddOperation(OpSpec{ 104 op1, err := g.AddOperation(OpSpec{ 113 op2, err := g.AddOperation(OpSpec{ 181 op0, err := g.AddOperation(OpSpec{ 190 op1, err := g.AddOperation(OpSpec{ 229 op0, err := g.AddOperation(OpSpec{ 238 op1, err := g.AddOperation(OpSpec{ 294 op0, err := 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 | session_test.go | 98 concat, err := g.AddOperation(OpSpec{ 132 hash, _ = g.AddOperation(OpSpec{ 139 str, _ = g.AddOperation(OpSpec{
|
D | attrs_test.go | 46 cases := []OpSpec{
|
D | graph.go | 249 type OpSpec struct { struct 288 func (g *Graph) AddOperation(args OpSpec) (*Operation, error) {
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop_test.go | 75 opspec := tf.OpSpec{ 124 opspec := tf.OpSpec{ 169 opspec := tf.OpSpec{ 296 opspec := tf.OpSpec{ 341 opspec := tf.OpSpec{ 420 opspec := tf.OpSpec{ 525 opspec := tf.OpSpec{
|
D | genop.go | 316 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() 201 void RenderFactoryMethods(const OpSpec& op, const Type& op_class, in RenderFactoryMethods() 273 void RenderConstructor(const OpSpec& op, const Type& op_class, in RenderConstructor() 317 void RenderGettersAndSetters(const OpSpec& op, SourceWriter* writer) { in RenderGettersAndSetters() 338 void RenderInterfaceImpl(const OpSpec& op, RenderMode mode, in RenderInterfaceImpl() 384 void RenderOptionsClass(const OpSpec& op, const Type& op_class, in RenderOptionsClass() 416 void GenerateOp(const OpSpec& op, const EndpointSpec& endpoint, in GenerateOp() 548 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()
|