Home
last modified time | relevance | path

Searched defs:function_spec (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dsaved_object_graph.proto142 FunctionSpec function_spec = 2; field
181 FunctionSpec function_spec = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
H A Dtf_concrete_function_revival_state.h56 absl::optional<const FunctionSpec*> function_spec; member
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_serialization.py24 def _serialize_function_spec(function_spec): argument
H A Dfunction_deserialization.py192 def __init__(self, python_function, name, function_spec, concrete_functions): argument
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dsaved_object_graph.pb.h3995 inline const ::tensorflow::FunctionSpec& SavedFunction::function_spec() const { in function_spec() function
4000 ::tensorflow::FunctionSpec* function_spec) { in unsafe_arena_set_allocated_function_spec()
4042 inline void SavedFunction::set_allocated_function_spec(::tensorflow::FunctionSpec* function_spec) { in set_allocated_function_spec()
4529 inline const ::tensorflow::FunctionSpec& SavedBareConcreteFunction::function_spec() const { in function_spec() function
4534 ::tensorflow::FunctionSpec* function_spec) { in unsafe_arena_set_allocated_function_spec()
4576 … SavedBareConcreteFunction::set_allocated_function_spec(::tensorflow::FunctionSpec* function_spec)… in set_allocated_function_spec()
Dsaved_object_graph.pb.cc2054 SavedFunction::_Internal::function_spec(const SavedFunction* msg) { in function_spec() function in tensorflow::SavedFunction::_Internal
2845 SavedBareConcreteFunction::_Internal::function_spec(const SavedBareConcreteFunction* msg) { in function_spec() function in tensorflow::SavedBareConcreteFunction::_Internal
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
H A Dtool.proto476 FunctionTool function_spec = 13; field
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_model_utils.cc450 const FunctionSpec& function_spec = saved_function.function_spec(); in PartiallyReviveSavedModelObjects() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function.py1038 def function_spec(self): member in Function
H A Dfunction.py2476 def function_spec(self): member in Function