Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto139 message FunctionSpec { message
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1544 struct FunctionSpec struct
1546 std::string name;
1547 DerivateFunc function;
1548 glu::DataType dataType;
1549 glu::Precision precision;
1551FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1554 struct FunctionSpec struct
1556 std::string name;
1557 DerivateFunc function;
1558 glu::DataType dataType;
1559 glu::Precision precision;
1561FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
/external/tensorflow/tensorflow/python/eager/
Dfunction.py939 class FunctionSpec(object): class