Searched defs:assign_op (Results 1 – 6 of 6) sorted by relevance
21 template<typename DstScalar,typename SrcScalar> struct assign_op { struct23 EIGEN_EMPTY_STRUCT_CTOR(assign_op) in EIGEN_EMPTY_STRUCT_CTOR() argument32 template<typename DstScalar> struct assign_op<DstScalar,void> {}; argument
72 def run_assign(assign_op): argument133 def run_assign(assign_op): argument
111 ops::AssignVariableOp assign_op(scope.WithOpName("Assignee_" + id), in MakeWrite() local
55 ops::AssignVariableOp assign_op(scope.WithOpName("Assignee" + id), var_handle, in MakeWrite() local
536 ops::AssignVariableOp assign_op(scope.WithOpName("Assignment" + id), in MakeWrite() local
303 Node* assign_op; in AddRestoreVariableSubgraphs() local