Home
last modified time | relevance | path

Searched refs:FunctionSpec (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto94 FunctionSpec function_spec = 2;
137 // Represents `FunctionSpec` used in `Function`. This represents a
139 message FunctionSpec { message
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py28 proto = saved_object_graph_pb2.FunctionSpec()
Dfunction_deserialization.py123 return function_lib.FunctionSpec(fullargspec, is_method, args_to_prepend,
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py285 self._function_spec = function_lib.FunctionSpec.from_function_and_signature(
397 self._function_spec = function_lib.FunctionSpec.from_function_and_signature(
Dfunction.py939 class FunctionSpec(object): class
961 return FunctionSpec(fullargspec, is_method, args_to_prepend,
1252 self._function_spec = FunctionSpec.from_function_and_signature(
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1544 struct FunctionSpec struct
1551FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1554 struct FunctionSpec struct
1561FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument