Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc128 const Shape& return_shape = root_instruction->shape(); in CodegenNestedComputation() local
Dir_emitter.cc638 const Shape& return_shape = computation.root_instruction()->shape(); in ComputeNestedElement() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc910 const Shape* return_shape = &shape; in GetSubshape() local
921 const Shape* return_shape = &shape; in TryGetSubshape() local
936 Shape* return_shape = shape; in GetMutableSubshape() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc921 Shape return_shape; in TransferToClient() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc121 const Shape& return_shape = computation->root_instruction()->shape(); in EmitThreadLocalFunctionEpilogue() local
3236 const Shape& return_shape = callee.root_instruction()->shape(); in EmitThreadLocalCall() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1793 xla::Shape return_shape = xla::ShapeUtil::MakeTupleShape( in TEST() local
1892 xla::Shape return_shape = xla::ShapeUtil::MakeTupleShape( in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1319 xla::Shape return_shape = xla::TypeToShape(ret.get().getType()); in Lower() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1633 SmallVector<int64_t, 4> return_shape(num_dims, ShapedType::kDynamicSize); in inferConvReturnTypes() local
Dtf_ops_n_z.cc1320 SmallVector<int64_t, 4> return_shape(input_rank, ShapedType::kDynamicSize); in inferReturnTypes() local