HomeSort by relevance Sort by last modified time
    Searched defs:AddOperation (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/go/
graph.go 151 // (using Graph.AddOperation).
183 // AddOperation adds an operation to g.
184 func (g *Graph) AddOperation(args OpSpec) (*Operation, error) {
  /external/tensorflow/tensorflow/go/op/
scope.go 69 // AddOperation adds the operation to the Graph managed by s.
73 // of the operation being added. See also Graph.AddOperation.
74 func (s *Scope) AddOperation(args tf.OpSpec) *tf.Operation {
85 op, err := s.graph.AddOperation(args)
  /system/update_engine/scripts/update_payload/
test_utils.py 182 def AddOperation(self, is_kernel, op_type, data_offset=None,
293 self.AddOperation(is_kernel, op_type, data_offset=data_offset,
339 self.AddOperation(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h     [all...]

Completed in 779 milliseconds