Home
last modified time | relevance | path

Searched refs:convert_op_hints_to_stubs (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.experimental.pbtxt8 name: "convert_op_hints_to_stubs"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.lite.experimental.pbtxt8 name: "convert_op_hints_to_stubs"
/external/tensorflow/tensorflow/lite/python/
Dconvert_test.py247 stubbed_graphdef = op_hint.convert_op_hints_to_stubs(
274 stubbed_graphdef = op_hint.convert_op_hints_to_stubs(
300 stubbed_graphdef = op_hint.convert_op_hints_to_stubs(
376 stubbed_graphdef = op_hint.convert_op_hints_to_stubs(
Dlite.py43 from tensorflow.lite.python.op_hint import convert_op_hints_to_stubs # pylint: disable=unused-impo…
Dop_hint.py1251 def convert_op_hints_to_stubs(session=None, function
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Dunidirectional_sequence_rnn_test.py25 from tensorflow.lite.python.op_hint import convert_op_hints_to_stubs
163 curr = convert_op_hints_to_stubs(graph_def=curr)
Dunidirectional_sequence_lstm_test.py23 from tensorflow.lite.python.op_hint import convert_op_hints_to_stubs
151 curr = convert_op_hints_to_stubs(graph_def=curr)
Dbidirectional_sequence_lstm_test.py24 from tensorflow.lite.python.op_hint import convert_op_hints_to_stubs
165 curr = convert_op_hints_to_stubs(graph_def=curr)
Dbidirectional_sequence_rnn_test.py26 from tensorflow.lite.python.op_hint import convert_op_hints_to_stubs
189 curr = convert_op_hints_to_stubs(graph_def=curr)
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md56 ophinted_graph = tf.lite.experimental.convert_op_hints_to_stubs(session=sess)
93 + converted_graph = tf.lite.experimental.convert_op_hints_to_stubs(
122 (done by `tf.lite.experimental.convert_op_hints_to_stubs`), the conv2d op, bias
296 tf.lite.experimental.convert_op_hints_to_stubs(graph_def=frozen_graph)
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py508 graph_def = tf.lite.experimental.convert_op_hints_to_stubs(