Home
last modified time | relevance | path

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

/external/llvm-project/libc/spec/
Dstdc.td26 FunctionSpec<
31 FunctionSpec<
36 FunctionSpec<
41 FunctionSpec<
46 FunctionSpec<
51 FunctionSpec<
56 FunctionSpec<
61 FunctionSpec<
66 FunctionSpec<
71 FunctionSpec<
[all …]
Dposix.td132 FunctionSpec<
142 FunctionSpec<
159 FunctionSpec<
166 FunctionSpec<
172 FunctionSpec<
177 FunctionSpec<
182 FunctionSpec<
188 FunctionSpec<
205 FunctionSpec<
223 FunctionSpec<
[all …]
Dllvm_libc_ext.td8 FunctionSpec<
23 FunctionSpec<
41 FunctionSpec<
Dgnu_ext.td8 FunctionSpec<
22 FunctionSpec<
Dspec.td110 class FunctionSpec<string name, RetValSpec return, list<ArgSpec> args> {
120 list<FunctionSpec> functions = []> {
122 list<FunctionSpec> Functions = functions;
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py35 proto = saved_object_graph_pb2.FunctionSpec()
52 None: saved_object_graph_pb2.FunctionSpec.JitCompile.DEFAULT,
53 True: saved_object_graph_pb2.FunctionSpec.JitCompile.ON,
54 False: saved_object_graph_pb2.FunctionSpec.JitCompile.OFF,
Dfunction_deserialization.py148 saved_object_graph_pb2.FunctionSpec.JitCompile.DEFAULT: None,
149 saved_object_graph_pb2.FunctionSpec.JitCompile.ON: True,
150 saved_object_graph_pb2.FunctionSpec.JitCompile.OFF: False,
153 return function_lib.FunctionSpec(fullargspec=fullargspec,
/external/llvm-project/libc/utils/HdrGen/
DPublicAPICommand.cpp98 llvm::Record *FunctionSpec = G.FunctionSpecMap[Name]; in writeAPIFromIndex() local
99 llvm::Record *RetValSpec = FunctionSpec->getValueAsDef("Return"); in writeAPIFromIndex()
104 auto ArgsList = FunctionSpec->getValueAsListOfDefs("Args"); in writeAPIFromIndex()
/external/llvm-project/libc/utils/tools/WrapperGen/
DMain.cpp84 llvm::Record *FunctionSpec = NameSpecPair.second; in WrapperGenMain() local
85 llvm::Record *RetValSpec = FunctionSpec->getValueAsDef("Return"); in WrapperGenMain()
100 auto ArgsList = FunctionSpec->getValueAsListOfDefs("Args"); in WrapperGenMain()
/external/llvm-project/libc/utils/LibcTableGenUtil/
DAPIIndexer.cpp99 for (llvm::Record *FunctionSpec : FunctionSpecList) { in indexStandardSpecDef()
100 auto FunctionName = std::string(FunctionSpec->getValueAsString("Name")); in indexStandardSpecDef()
101 FunctionSpecMap[FunctionName] = FunctionSpec; in indexStandardSpecDef()
/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.proto102 FunctionSpec function_spec = 2;
136 FunctionSpec function_spec = 4;
164 // Represents `FunctionSpec` used in `Function`. This represents a
166 message FunctionSpec { message
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py513 self._function_spec = function_lib.FunctionSpec.from_function_and_signature(
769 self._function_spec = function_lib.FunctionSpec.from_function_and_signature(
Dfunction.py1626 self._function_spec = FunctionSpec(
2334 class FunctionSpec(object): class
2446 return FunctionSpec(
2970 self._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.cpp1557 struct FunctionSpec struct
1564FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
/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