Home
last modified time | relevance | path

Searched defs:ExecutionInput (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h63 explicit ExecutionInput(xla::Shape shape) : buffers_(std::move(shape)) { in ExecutionInput() function
67 ExecutionInput(xla::Shape shape, xla::Shape host_shape) in ExecutionInput() function
72 explicit ExecutionInput(ShapeTree<MaybeOwningDeviceMemory> buffers) in ExecutionInput() function
77 ExecutionInput(ShapeTree<MaybeOwningDeviceMemory> buffers, in ExecutionInput() function