Home
last modified time | relevance | path

Searched defs:parameter_names (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h256 const string& parameter_names(int index) const { in parameter_names() function
273 const std::vector<string>& parameter_names() const { in parameter_names() function
Dxla_data.proto227 repeated string parameter_names = 3; field
/external/v8/src/torque/
Ddeclarable.h219 const NameVector& parameter_names() const { in parameter_names() function
Dtypes.h404 NameVector parameter_names; member
Dimplementation-visitor.cc1106 const Signature& signature, const NameVector& parameter_names) { in GenerateFunctionDeclaration()