Searched defs:assign_op (Results 1 – 7 of 7) 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
79 def run_assign(assign_op): argument146 def run_assign(assign_op): argument
234 auto assign_op = llvm::dyn_cast<TF::AssignVariableOp>(*result.user_begin()); in BuildVariableAccessInfo() local
112 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
665 ops::AssignVariableOp assign_op(scope.WithOpName("Assignment" + id), in MakeWrite() local
303 Node* assign_op; in AddRestoreVariableSubgraphs() local