Home
last modified time | relevance | path

Searched defs:FunctionSpec (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1633 struct FunctionSpec struct
1635 std::string name;
1636 DerivateFunc function;
1637 glu::DataType dataType;
1638 glu::Precision precision;
1640FunctionSpec(const std::string &name_, DerivateFunc function_, glu::DataType dataType_, glu::Preci… in FunctionSpec() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1673 struct FunctionSpec struct
1675 std::string name;
1676 DerivateFunc function;
1677 glu::DataType dataType;
1678 glu::Precision precision;
1680FunctionSpec(const std::string &name_, DerivateFunc function_, glu::DataType dataType_, glu::Preci… in FunctionSpec() argument
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto210 message FunctionSpec { message
/external/tensorflow/tensorflow/python/eager/
Dfunction_spec.py41 class FunctionSpec(object): class