Home
last modified time | relevance | path

Searched refs:num_input_shapes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc258 int64 num_input_shapes, in GetInputTupleAllocations() argument
260 if (input_coords.size() != num_input_shapes) { in GetInputTupleAllocations()
263 input_coords.size(), " vs. ", num_input_shapes); in GetInputTupleAllocations()
Dxrt_util.h80 int64 num_input_shapes,