Home | History | Annotate | Download | only in tf2xla

Lines Matching defs:reshape

345   auto reshape = ops::Reshape(scope, transposed_read, {2, 3});
346 auto d = ops::_Retval(scope.WithOpName("D"), reshape, 0);
428 auto c = ops::Reshape(scope.WithOpName("C"), a, b);
447 "reshape", std::move(graph), args,
1215 compile_options.is_entry_computation = false; // Only reshape variables.
1285 compile_options.is_entry_computation = true; // Reshape args and retvals.