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.cc259 int64_t num_input_shapes, in GetInputTupleAllocations() argument
262 if (input_coords.size() != num_input_shapes) { in GetInputTupleAllocations()
265 input_coords.size(), " vs. ", num_input_shapes); in GetInputTupleAllocations()
Dxrt_util.h80 int64_t num_input_shapes,