Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h95 Status SetDynamicShape(Shape dynamic_shape);
Dexecutable.cc44 Status ExecutionInput::SetDynamicShape(Shape dynamic_shape) { in SetDynamicShape() function in xla::ExecutionInput
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc251 TF_RETURN_IF_ERROR(execution_input->SetDynamicShape(compile_time_shape)); in UpdateDynamicInputs()