Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py58 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape): argument
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc455 PartialTensorShape static_shape(arg.shape()); in ComputeArgumentShapes() local
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py1312 def _is_scalar_helper(self, static_shape, dynamic_shape_fn): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1348 const Shape static_shape = xla::ShapeUtil::MakeStaticShape(current_shape); in GetOrCreateArrayView() local
/external/python/cpython3/Modules/
D_testbuffer.c2696 static Py_ssize_t static_shape[1] = {12}; variable