/external/llvm-project/libc/spec/ |
D | stdc.td | 26 FunctionSpec< 31 FunctionSpec< 36 FunctionSpec< 41 FunctionSpec< 46 FunctionSpec< 51 FunctionSpec< 56 FunctionSpec< 61 FunctionSpec< 66 FunctionSpec< 71 FunctionSpec< [all …]
|
D | posix.td | 132 FunctionSpec< 142 FunctionSpec< 159 FunctionSpec< 166 FunctionSpec< 172 FunctionSpec< 177 FunctionSpec< 182 FunctionSpec< 188 FunctionSpec< 205 FunctionSpec< 223 FunctionSpec< [all …]
|
D | llvm_libc_ext.td | 8 FunctionSpec< 23 FunctionSpec< 41 FunctionSpec<
|
D | gnu_ext.td | 8 FunctionSpec< 22 FunctionSpec<
|
D | spec.td | 110 class FunctionSpec<string name, RetValSpec return, list<ArgSpec> args> { 120 list<FunctionSpec> functions = []> { 122 list<FunctionSpec> Functions = functions;
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | function_serialization.py | 35 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,
|
D | function_deserialization.py | 148 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/ |
D | PublicAPICommand.cpp | 98 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/ |
D | Main.cpp | 84 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/ |
D | APIIndexer.cpp | 99 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/ |
D | tf_concrete_function_revival_state.h | 56 absl::optional<const FunctionSpec*> function_spec;
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 102 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/ |
D | def_function.py | 513 self._function_spec = function_lib.FunctionSpec.from_function_and_signature( 769 self._function_spec = function_lib.FunctionSpec.from_function_and_signature(
|
D | function.py | 1626 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/ |
D | saved_model_utils.cc | 450 const FunctionSpec& function_spec = saved_function.function_spec(); in PartiallyReviveSavedModelObjects()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1557 struct FunctionSpec struct 1564 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1562 struct FunctionSpec struct 1569 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
|