Home
last modified time | relevance | path

Searched refs:most_specific_compatible_shape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-tensor-shape.pbtxt62 name: "most_specific_compatible_shape"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-tensor-shape.pbtxt62 name: "most_specific_compatible_shape"
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dscan_ops.py104 original.most_specific_compatible_shape(new)
Dinterleave_ops.py117 ts1.most_specific_compatible_shape(ts2) for (ts1, ts2) in zip(
Dgrouping.py329 original.most_specific_compatible_shape(new)
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py1074 def most_specific_compatible_shape(self, other): member in TensorShape
Dtensor_shape_test.py327 mcs = tensor_shape.TensorShape(x).most_specific_compatible_shape(
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py594 t_out.shape.most_specific_compatible_shape(f_out.shape)
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1318 original.most_specific_compatible_shape(new)
2569 ts1.most_specific_compatible_shape(ts2)