Home
last modified time | relevance | path

Searched refs:InputShapeMatches (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.h74 bool InputShapeMatches(const xla::Shape& parameter_shape,
Dxrt_util.cc224 bool InputShapeMatches(const xla::Shape& parameter_shape, in InputShapeMatches() function
279 if (!InputShapeMatches(input_shape, tuple->on_host_shape())) { in GetInputTupleAllocations()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_execute_op.cc112 if (!InputShapeMatches(xla::Shape(executable_proto.input_shapes(i)), in GetChainedOpInputs()