OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:converter_fn
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/lite/python/
tflite_convert.py
96
converter_fn
= lite.TFLiteConverter.from_frozen_graph
99
converter_fn
= lite.TFLiteConverter.from_saved_model
104
converter_fn
= lite.TFLiteConverter.from_keras_model_file
110
return
converter_fn
(**converter_kwargs)
/external/tensorflow/tensorflow/python/data/util/
structure.py
209
for converter_type,
converter_fn
in (
212
return
converter_fn
(value)
220
def _register_custom_converter(type_object,
converter_fn
):
221
"""Registers `
converter_fn
` for converting values of the given type.
225
accepted by `
converter_fn
`.
226
converter_fn
: A function that takes one argument (an instance of the
229
_STRUCTURE_CONVERSION_FUNCTION_REGISTRY[type_object] =
converter_fn
/external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc
51
T ConvertTo(StringPiece value, StatusOr<T> (DataPiece::*
converter_fn
)() const,
54
StatusOr<T> result = (DataPiece(value, true).*
converter_fn
)();
Completed in 579 milliseconds