scispace - formally typeset
X

Xiaoqiang Zheng

Researcher at Google

Publications -  5
Citations -  27026

Xiaoqiang Zheng is an academic researcher from Google. The author has contributed to research in topics: Dataflow & Deep learning. The author has an hindex of 5, co-authored 5 publications receiving 22914 citations.

Papers
More filters
Proceedings ArticleDOI

TensorFlow: a system for large-scale machine learning

TL;DR: TensorFlow as mentioned in this paper is a machine learning system that operates at large scale and in heterogeneous environments, using dataflow graphs to represent computation, shared state, and the operations that mutate that state.
Proceedings ArticleDOI

Dynamic control flow in large-scale machine learning

TL;DR: This paper describes the design of the programming model, and its implementation in TensorFlow, a distributed machine learning system, and describes the use of dataflow graphs to represent machine learning models, offering several distinctive features.
Proceedings ArticleDOI

Dynamic Control Flow in Large-Scale Machine Learning

TL;DR: The TensorFlow programming model as discussed by the authors extends the use of dataflow graphs to represent machine learning models, offering several distinctive features, such as the branches of conditionals and bodies of loops can be partitioned across many machines to run on a set of heterogeneous devices.