Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc183 TF_RETURN_IF_ERROR(RecordArguments(arguments, executable_->hlo_snapshot())); in ExecuteAndDump()
193 Status LocalExecutable::RecordArguments( in RecordArguments() function in xla::LocalExecutable
Dlocal_client.h80 Status RecordArguments(const absl::Span<const ShapedBuffer* const> arguments,
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc73 Status RecordArguments(const absl::Span<const ShapedBuffer* const> arguments, in RecordArguments() function
700 TF_RETURN_IF_ERROR(RecordArguments(all_arguments[i].front(), stream.get(), in ExecuteGraphParallel()
897 TF_RETURN_IF_ERROR(RecordArguments( in Execute()