Home
last modified time | relevance | path

Searched defs:shape_info (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_circulant_test.py293 shape_info, argument
378 shape_info, argument
452 shape_info, argument
714 shape_info, argument
773 shape_info, argument
H A Dlinear_operator_block_diag_test.py102 self, shape_info, dtype, use_placeholder, argument
476 self, shape_info, dtype, use_placeholder, argument
H A Dlinear_operator_block_lower_triangular_test.py100 self, shape_info, dtype, use_placeholder, argument
H A Dlinear_operator_low_rank_update_test.py71 def operator_and_matrix(self, shape_info, dtype, use_placeholder, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dshape_inference_test.cc51 GraphShapeInfo shape_info; in TEST() local
115 GraphShapeInfo shape_info; in TEST() local
161 GraphShapeInfo shape_info; in TEST() local
H A Dshape_inference.cc207 GraphShapeInfo* shape_info) { in StoreOutputShapes()
245 GraphShapeInfo* shape_info) { in InferShapes()
H A Dtest_util.cc24 const Graph& graph, const GraphShapeInfo& shape_info, in ShapeAnnotationsMatch()
H A Dencapsulate_util.cc324 GraphShapeInfo shape_info; in PerformStaticShapeInferenceBeforeEncapsulation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_compile.cc189 GraphShapeInfo shape_info; in OptimizeGraph() local
202 GraphShapeInfo shape_info; in OptimizeGraph() local
341 FunctionLibraryRuntime* flr, GraphShapeInfo* shape_info) { in RunShapeInferenceOnComputation()
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_expr.cpp137 auto shape_info = shape_gen_fn(dims[i], channels_last_cont_shape_conf); in TEST() local
146 auto shape_info = shape_gen_fn(dims[i], channels_last_non_cont_shape_conf); in TEST() local
155 auto shape_info = shape_gen_fn(dims[i], cont_shape_conf); in TEST() local
164 auto shape_info = shape_gen_fn(dims[i], channels_last_cont_shape_conf); in TEST() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNERNNLayer.cpp63 …auto shape_info = TensorInfo(misc::shape_calculator::compute_rnn_shape(recurrent_weights, hidden_s… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLRNNLayer.cpp66 …auto shape_info = TensorInfo(compute_rnn_shape(recurrent_weights, hidden_state->dimension(idx_heig… in validate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.cc646 GraphShapeInfo shape_info; in GetGraph() local
669 GraphShapeInfo shape_info; in GetGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_to_tensor_op_test.py694 def wrap_in_placeholder(self, arg, shape_info): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
H A Dconv_emitter.cc72 ShapeInfo shape_info; in GetShapeInfo() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dlight_outside_compilation.cc378 std::vector<int32_t> shape_info(num_dimensions); in PopulateMetadataBufferIfNeeded() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc1892 static Status GetEdgeShape(const GraphShapeInfo& shape_info, const Edge& edge, in GetEdgeShape()
1906 const GraphShapeInfo& shape_info, const Node& node, in GetArgAndRetvalShapes()
4717 const GraphShapeInfo& shape_info, in RewriteTPUReplicateNode()
4996 GraphShapeInfo shape_info; in InternalRun() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops_test.cc374 GraphShapeInfo shape_info; in ConvertAndRun() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_functional_ops.cc711 GraphShapeInfo* shape_info) { in GroupTensorsForOutputPacking()