Home
last modified time | relevance | path

Searched refs:is_same_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dbuffer_reuse_pass.cc62 bool is_same_size(Value a, Value b) { return ecs_.isEquivalent(a, b); } in is_same_size() function in mlir::kernel_gen::transforms::__anon8364ced70111::BufferSizeAnalysis
220 if (!size_equivalences.is_same_size(new_buffer, old_buffer)) continue; in find_reuse_candiates()
/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py497 is_same_size = True
502 is_same_size = shape_size == nparray.size
525 if is_same_size and numpy_dtype in _TENSOR_CONTENT_TYPES and shape_size > 1: