Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.h53 struct InputCoords { struct
54 explicit InputCoords(int64 handle) : handle(handle) {} in InputCoords() function
55 InputCoords(int64 handle, xla::ShapeIndex index) in InputCoords() function
71 xla::StatusOr<std::vector<InputCoords>> GetComputationInputs( argument