Home
last modified time | relevance | path

Searched refs:func_input (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dunified_api_testutil.cc73 for (auto func_input : func_inputs) { in RunModel() local
74 func_input->Unref(); in RunModel()
Dgradients_util.cc259 for (auto func_input : func_inputs) { in RunModel() local
260 func_input->Unref(); in RunModel()
/external/tensorflow/tensorflow/python/eager/
Dremote_test.py402 func_input = array_ops.zeros(shape)
404 packed_input = ops.pack_eager_tensors([func_input])
Ddef_function_xla_jit_test.py572 func_input = random_ops.random_normal([10, 10])
574 def_function.function(outer)(func_input, func_input)