Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py30 proto = saved_object_graph_pb2.FunctionSpec()
47 None: saved_object_graph_pb2.FunctionSpec.JitCompile.DEFAULT,
48 True: saved_object_graph_pb2.FunctionSpec.JitCompile.ON,
49 False: saved_object_graph_pb2.FunctionSpec.JitCompile.OFF,
Dfunction_deserialization.py151 saved_object_graph_pb2.FunctionSpec.JitCompile.DEFAULT: None,
152 saved_object_graph_pb2.FunctionSpec.JitCompile.ON: True,
153 saved_object_graph_pb2.FunctionSpec.JitCompile.OFF: False,
156 return function_spec_lib.FunctionSpec(
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dtf_concrete_function_revival_state.h56 absl::optional<const FunctionSpec*> function_spec;
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto142 FunctionSpec function_spec = 2;
181 FunctionSpec function_spec = 4;
208 // Represents `FunctionSpec` used in `Function`. This represents a
210 message FunctionSpec { message
/external/tensorflow/tensorflow/python/eager/
Dfunction_spec.py41 class FunctionSpec(object): class
138 return FunctionSpec(
Ddef_function.py582 self._function_spec = function_spec_lib.FunctionSpec.from_function_and_signature(
824 self._function_spec = function_spec_lib.FunctionSpec.from_function_and_signature(
Dfunction.py1504 self._function_spec = function_spec.FunctionSpec(
2438 self._function_spec = function_spec.FunctionSpec.from_function_and_signature(
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsaved_model_utils.cc450 const FunctionSpec& function_spec = saved_function.function_spec(); in PartiallyReviveSavedModelObjects()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1563 struct FunctionSpec struct
1570FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1562 struct FunctionSpec struct
1569FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function