Home
last modified time | relevance | path

Searched defs:static_shape (Results 1 – 8 of 8) 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.cc461 PartialTensorShape static_shape(arg.shape()); in ComputeArgumentShapes() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1391 const Shape static_shape = xla::ShapeUtil::MakeStaticShape(current_shape); in GetOrCreateArrayView() local
1595 const Shape static_shape = in Initialize() 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/lite/transforms/
Dlegalize_tf.cc149 auto static_shape = shaped_type.getShape(); in GetShape() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc1422 Shape static_shape = operand->shape(); in RewriteDynamicBinaryOp() local
Dshape_inference_test.cc2371 auto static_shape = ShapeUtil::MakeShape(S32, {4}, {false}); in TEST_F() local
/external/python/cpython3/Modules/
D_testbuffer.c2696 static Py_ssize_t static_shape[1] = {12}; variable