Home
last modified time | relevance | path

Searched refs:mutable_result (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape.cc190 *mutable_result() = Shape(program_shape_proto.result()); in ProgramShape()
201 *proto.mutable_result() = result().ToProto(); in ToProto()
Dlayout_util.cc170 LayoutUtil::SetToDefaultLayout(program_shape->mutable_result()); in SetToDefaultLayout()
270 LayoutUtil::ClearLayout(program_shape->mutable_result()); in ClearLayout()
Dshape_test.cc152 *program_shape.mutable_result() = ShapeUtil::MakeShape(F32, {7}); in TEST_F()
Dshape.h252 Shape* mutable_result() { return &result_; } in mutable_result() function
Dshape_util.cc154 *program_shape.mutable_result() = std::move(result); in MakeProgramShape()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc454 *shapes1->mutable_result() = in TEST()
465 *shapes2->mutable_result() = in TEST()
702 *shapes->mutable_result() = in TEST()
755 *shapes->mutable_result() = in TEST()
822 *shapes->mutable_result() = result_shape.ToProto(); in TEST()
876 *shapes->mutable_result() = in TEST()
918 *shapes->mutable_result() = xla::ShapeUtil::MakeShape(xla::F32, {}).ToProto(); in TEST()
960 *shapes->mutable_result() = in TEST()
1010 *shapes->mutable_result() = in TEST()
1068 *shapes->mutable_result() = in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_layout.cc65 *program_shape.mutable_result() = result_layout_.shape(); in ComputeProgramShape()
Dhlo_computation.cc714 *program_shape.mutable_result() = root_instruction_->shape(); in ComputeProgramShape()
Dservice.cc93 *module->mutable_result() = literal.ToProto(); in RecordResult()
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc214 *response->mutable_result() = GetHandshakerResult(); in ProcessNext()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc208 *hlo_snapshot->mutable_result() = literal.ToProto(); in RecordResult()
Dxla_builder.cc161 *program_shape.mutable_result() = Shape(root_proto->shape()); in GetProgramShape()
2546 *program_shape->mutable_result() = root->shape(); in BuildConstantSubGraph()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.cc158 *program_shape.mutable_result() = result_shape; in CompileForXrt()
Dlocal_computation_builder.cc406 return std::move(*shape.mutable_result()); in GetReturnValueShape()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc82 *program_shape.mutable_result() = entry->root_instruction()->shape(); in GetProgramShapeWithLayout()