Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dsource_map_util.h29 Status InvalidParameterArgument(const OpMetadata& op_metadata, in InvalidParameterArgument() function
48 Status InvalidParameterArgument(Executable* executable, int parameter_number, in InvalidParameterArgument() function
56 return InvalidParameterArgument(metadata, format, args...); in InvalidParameterArgument()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc30 using xla::source_map_util::InvalidParameterArgument;
134 return InvalidParameterArgument( in RunHelper()