Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstateless_random_ops_v2.cc251 TensorShape static_shape; in Compile() local
435 TensorShape static_shape; in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dbatch_matmul_op_test.py54 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_support.cc461 PartialTensorShape static_shape(arg.shape()); in ComputeArgumentShapes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlegalize_tf.cc134 auto static_shape = shaped_type.getShape(); in GetShape() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Ddistribution.py1305 def _is_scalar_helper(self, static_shape, dynamic_shape_fn): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc1447 const Shape static_shape = xla::ShapeUtil::MakeStaticShape(current_shape); in GetOrCreateArrayView() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_padder.cc1467 Shape static_shape = operand->shape(); in RewriteDynamicBinaryOp() local
H A Dshape_inference_test.cc2385 auto static_shape = ShapeUtil::MakeShape(S32, {4}, {false}); in TEST_F() local
/aosp_15_r20/external/python/cpython3/Modules/
D_testbuffer.c2696 static Py_ssize_t static_shape[1] = {12}; variable