Home
last modified time | relevance | path

Searched refs:get_concrete_function (Results 1 – 25 of 82) sorted by relevance

1234

/external/tensorflow/tensorflow/python/eager/
Dfunction_argument_naming_test.py48 fn_op = fn.get_concrete_function(
72 fn_op = fn.get_concrete_function(
91 fn_op = fn.get_concrete_function(
103 fn_op2 = fn.get_concrete_function(
117 fn_op3 = fn.get_concrete_function(
140 class_op = HasMethod.method.get_concrete_function(
150 method_op = has_method.method.get_concrete_function(
162 method_op = has_method.method.get_concrete_function(
185 method_op = has_method.method.get_concrete_function()
192 method_op2 = has_method.method.get_concrete_function()
[all …]
Dremote_cluster_test.py215 worker_fn.get_concrete_function(x1)
240 worker_fn.get_concrete_function(x1)
268 worker_fn.get_concrete_function(x1)
296 worker_fn.get_concrete_function(x1)
328 concrete_fn = worker_fn.get_concrete_function(x1)
345 worker_fn.get_concrete_function(x1)
419 worker_fn.get_concrete_function(x1)
459 worker_fn.get_concrete_function(x1)
479 worker_fn.get_concrete_function(x1)
512 worker_fn.get_concrete_function(x1)
[all …]
Ddef_function_test.py310 concrete = compute.get_concrete_function()
312 concrete = compute.get_concrete_function(
355 conc = f.get_concrete_function(
361 conc = f.get_concrete_function(tensor_spec.TensorSpec(None, dtypes.float32))
370 conc = g.get_concrete_function(
476 concrete = non_unique_arg_names.get_concrete_function(
527 add_var.get_concrete_function(constant_op.constant(2.))
567 func_a = func.get_concrete_function(
569 func_b = func.get_concrete_function(
580 func_a = func.get_concrete_function(constant_op.constant(2.))
[all …]
Dfunction_test.py241 arg_attrs = read_var.get_concrete_function().function_def.arg_attr
355 v = v.get_concrete_function(
581 cf = f.get_concrete_function()
737 self.f = f.get_concrete_function()
742 weak_g_graph = weakref.ref(model.g.get_concrete_function().graph)
772 sq_op = sq.get_concrete_function(t)
787 cf = sq.get_concrete_function()
803 f1, f2 = p.map(add_100.get_concrete_function, [args] * 2)
815 sq_op = sq.get_concrete_function(
835 sq_op_autonamed = sq.get_concrete_function(
[all …]
Dlift_to_graph_test.py43 concrete_fn = fn.get_concrete_function()
69 concrete_fn = fn.get_concrete_function()
Dcontext_test.py114 concrete = f.get_concrete_function()
160 concrete = f.get_concrete_function()
Ddef_function.py1020 concrete_fn = self.get_concrete_function(*args, **kwargs)
1098 return initialize_variables.get_concrete_function()()
1140 return initialize_variables.get_concrete_function()
1145 self.get_concrete_function()
1182 concrete_functions.append(self.get_concrete_function(*args, **kwargs))
1224 def get_concrete_function(self, *args, **kwargs): member in Function
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops_test.py61 then_cf = Then.get_concrete_function()
62 else_cf = Else.get_concrete_function()
78 then_cf = Then.get_concrete_function()
79 else_cf = Else.get_concrete_function()
Dbatch_ops.py97 computation = computation.get_concrete_function(
/external/tensorflow/tensorflow/python/compiler/mlir/
Dmlir_test.py54 concrete_function = sqr.get_concrete_function(
71 concrete_function = caller.get_concrete_function(
84 concrete_function = logging.get_concrete_function()
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test.py67 concrete_func = root.f.get_concrete_function(input_data)
86 concrete_func = root.f.get_concrete_function(input_data)
102 concrete_func = root.f.get_concrete_function(input_data)
118 concrete_func = root.add.get_concrete_function(input_data)
134 add_func = root.add.get_concrete_function(input_data)
135 sub_func = root.sub.get_concrete_function(input_data)
163 to_save = root.f.get_concrete_function()
461 concrete_func = root.func.get_concrete_function()
480 concrete_func = root.f.get_concrete_function(input_data)
515 return (root.f.get_concrete_function(), calibration_gen)
[all …]
/external/tensorflow/tensorflow/python/keras/integration_test/
Dfunction_test.py130 instance_call_one = m.call.get_concrete_function(
132 instance_call_two = m.call.get_concrete_function(
138 DefunnedMiniModel.call.get_concrete_function(
140 DefunnedMiniModel.call.get_concrete_function(
234 concrete = fn.get_concrete_function(
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py188 exported_graph = exported.f.get_concrete_function().graph
348 root.f.get_concrete_function(
525 root.f = def_function.function(func).get_concrete_function(input1)
573 root.f = def_function.function(func).get_concrete_function(
995 func.get_concrete_function(
997 func.get_concrete_function(tensor_spec.TensorSpec([None], dtypes.float32))
1004 concrete = imported.f.get_concrete_function(
1011 imported.f.get_concrete_function(
1013 imported.f.get_concrete_function(
1024 root.f = func.get_concrete_function()
[all …]
Dsave_test.py127 root.f.get_concrete_function(
161 root.f.get_concrete_function(
249 to_save = root.f.get_concrete_function(constant_op.constant(1.))
261 to_save = root.f.get_concrete_function(constant_op.constant(1.))
272 to_save = root.f.get_concrete_function(constant_op.constant(1.))
424 signatures=root.__call__.get_concrete_function(
438 root.f = f.get_concrete_function()
682 concrete = f.get_concrete_function(
855 save.save(root, save_dir, signatures=root.get_asset.get_concrete_function())
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py54 init_func_concrete = _init_func.get_concrete_function()
65 self._init_func = _remote_init_func.get_concrete_function()
87 next_func_concrete = _next_func.get_concrete_function()
101 self._next_func = _remote_next_func.get_concrete_function()
116 finalize_func_concrete = _finalize_func.get_concrete_function()
129 self._finalize_func = _remote_finalize_func.get_concrete_function()
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py192 fn.get_concrete_function()
204 fn.get_concrete_function()
417 fn.get_concrete_function(*args, **kwargs)
422 fn.get_concrete_function(*args, **kwargs)
546 def get_concrete_function(self, *args, **kwargs): member in LayerCall
549 return super(LayerCall, self).get_concrete_function(*args, **kwargs)
/external/tensorflow/tensorflow/python/framework/
Dsparse_tensor_test.py161 my_func.get_concrete_function(
177 my_func.get_concrete_function(
200 my_func.get_concrete_function(
213 my_func.get_concrete_function(
Dconvert_to_constants_test.py159 input_func = root.f.get_concrete_function()
214 to_save = root.f.get_concrete_function(input_data["x"])
237 input_func = root.f.get_concrete_function(input_data["x"])
254 input_func = root.f.get_concrete_function(input_data["x"])
271 to_save = root.f.get_concrete_function(input_data["x"])
309 input_func = root.add.get_concrete_function(input_data["x"])
Dfunction_def_to_graph_test.py212 fdef = fn.get_concrete_function(inp).function_def
228 fdef = fn.get_concrete_function(inp).function_def
/external/tflite-support/tensorflow_lite_support/custom_ops/python/
Dragged_tensor_to_tensor_test.py35 concrete_function = ragged_tensor_function.get_concrete_function()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/debuginfo/
Dconcrete_function_error.py43 func = model.get_concrete_function()
/external/tensorflow/tensorflow/python/keras/distribute/
Dsaved_model_save_load_test.py121 call = model.__call__.get_concrete_function(tensor_spec.TensorSpec(None))
171 call = model.__call__.get_concrete_function(tensor_spec.TensorSpec(None))
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures_test.py196 first_trace = f.get_concrete_function([constant_op.constant(2.)])
197 second_trace = f.get_concrete_function(
511 first_trace = f.get_concrete_function({"x": constant_op.constant(2.)})
512 second_trace = f.get_concrete_function(
712 first_trace = f.get_concrete_function((constant_op.constant(2.),))
713 second_trace = f.get_concrete_function(
/external/tensorflow/tensorflow/lite/examples/experimental_new_converter/
Dstack_trace_example.py78 func = model.get_concrete_function()
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py67 concrete_func = fn.get_concrete_function(*input_templates)

1234