Home
last modified time | relevance | path

Searched defs:result_shape (Results 1 – 25 of 81) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc51 auto result_shape = ShapeUtil::MakeShape(S32, {}); in XLA_TEST_F() local
87 auto result_shape = ShapeUtil::MakeShape(S64, {}); in XLA_TEST_F() local
117 auto result_shape = ShapeUtil::MakeShape(S32, {}); in XLA_TEST_F() local
150 auto result_shape = ShapeUtil::MakeShape(PRED, {}); in XLA_TEST_F() local
187 Shape result_shape = ShapeUtil::MakeShape(F32, {0}); in XLA_TEST_F() local
240 Shape result_shape = ShapeUtil::MakeShape(F32, {8}); in XLA_TEST_F() local
299 Shape result_shape = ShapeUtil::MakeShape(F32, {8}); in XLA_TEST_F() local
356 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local
409 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local
465 Shape result_shape = ShapeUtil::MakeTupleShape(shape_elements); in XLA_TEST_F() local
[all …]
Doutfeed_in_nested_computation_test.cc125 Shape result_shape = ShapeUtil::MakeShape(xla::PRED, {}); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc684 const Shape& result_shape = in TEST_F() local
709 const Shape& result_shape = in TEST_F() local
734 const Shape& result_shape = in TEST_F() local
755 const Shape& result_shape = in TEST_F() local
777 const Shape& result_shape = in TEST_F() local
800 const Shape& result_shape = in TEST_F() local
856 const Shape& result_shape = in TEST_F() local
897 const Shape& result_shape = in TEST_F() local
936 const Shape& result_shape = in TEST_F() local
962 const Shape& result_shape = in TEST_F() local
[all …]
Dexecutable_build_options.cc190 Shape result_shape(program_shape->result()); in CreateExecutionOptions() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_pad_for_convolutions.cc83 const Shape& result_shape = conv->shape().tuple_shapes(0); in PadConv() local
187 const Shape& result_shape = conv->shape().tuple_shapes(0); in TryResolvePaddedShapesForTensorCore() local
301 const Shape& result_shape = conv->shape().tuple_shapes(0); in TryResolvePaddedShapesForIntegerConvolution() local
Dgpu_hlo_cost_analysis.cc90 const Shape& result_shape = [&]() -> const Shape& { in GetConvolutionFlops() local
Dcudnn_support_utils.cc33 const Shape& result_shape = conv.shape().tuple_shapes(0); in CudnnSupportsOptimizedIntegerConvolution() local
Dcublas_pad_for_gemms.cc36 Shape result_shape = dot->shape(); in PadForGemm() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc67 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {24}, {0}); in TEST_F() local
102 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {24}, {0}); in TEST_F() local
186 Shape result_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 24}, {0, 1}); in TEST_F() local
225 Shape result_shape = ShapeUtil::MakeShape(F32, {1, 24}); in TEST_F() local
Ddot_op_emitter_internal.h40 Shape result_shape; member
Dcpu_instruction_fusion_test.cc298 Shape result_shape = ShapeUtil::MakeShape(F32, {4}); in TEST_F() local
352 Shape result_shape = ShapeUtil::MakeShape(F32, {8, 8}); in TEST_F() local
372 Shape result_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
411 Shape result_shape = ShapeUtil::MakeShape(F32, {16}); in TEST_F() local
467 Shape result_shape = ShapeUtil::MakeShape(F32, {4, 3}); in TEST_F() local
Dmlir_emitter.cc94 mlir::MLIRContext *context, llvm::IRBuilder<> *b, const Shape &result_shape, in EmitMlirFuncAndCall()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_layout.h75 const Shape& result_shape() const { return result_layout_.shape(); } in result_shape() function
Dhlo_module_util.cc31 const Shape& result_shape) { in ValidateResultShape()
Drng_expander.cc78 const Shape& result_shape = rng->shape(); in GetComputationForRng() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc122 const auto result_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local
204 const auto result_shape = ShapeUtil::MakeTupleShape( in TEST_F() local
/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.h137 const Vec& result_shape() const { return result_shape_; } in result_shape() function
Dbcast.h96 const Vec& result_shape() const { return result_; } in result_shape() function
378 const Vec& result_shape() const { return result_; } in result_shape() function
Dtensor_slice_set.cc34 TensorShape result_shape; in Register() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_jax_random.cc96 auto result_shape = result_ty.getShape(); in runOnOperation() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dreduction_benchmark.h37 std::vector<int64_t> result_shape; in ReducedTensorShape() local
/external/tensorflow/tensorflow/core/kernels/
Dreshape_util.cc166 Tensor *result_shape = nullptr; in ReshapeSparseTensor() local
Dgather_op.cc136 TensorShape result_shape; in Compute() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfold_broadcast.cc88 SmallVectorImpl<int64_t>& result_shape) { in RewriteBatchMatMulV2Op()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc88 xla::Shape result_shape(pshape->result()); in CompileXla() local

1234