Home
last modified time | relevance | path

Searched defs:axis_name (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_tensorflow_concat.cc47 const string axis_name = tf_concat_op->inputs[axis_pos]; in Run() local
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py181 def pixel_to_mm_single_axis_by_name(self, value_pixel, axis_name): argument
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops.py149 def concat(labeled_tensors, axis_name, name=None): argument
263 def unpack(labeled_tensor, axis_name=None, name=None): argument
Dcore.py256 def remove(self, axis_name): argument
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dwals.py230 def create_axis_ops(sp_input, num_items, update_fn, axis_name): argument