Home
last modified time | relevance | path

Searched defs:shape_size (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc33 const HloCostAnalysis::ShapeSizeFunction& shape_size) in SimpleCostModel()
54 const HloCostAnalysis::ShapeSizeFunction& shape_size, in DefaultCostModel()
109 const HloCostAnalysis::ShapeSizeFunction& shape_size, HloModule* module, in ParallelTaskAssignment()
Dconv_canonicalization_test.cc95 [](int64 shape_size) { in TEST_F()
157 [](int64 shape_size) { in TEST_F()
Dir_emission_utils_test.cc44 [](int64 shape_size) { in TEST()
Dparallel_task_assignment.h69 const HloCostAnalysis::ShapeSizeFunction& shape_size, in ParallelTaskAssigner()
Dparallel_task_assignment_test.cc38 : HloTestBase(), target_machine_features_([](int64 shape_size) { in ParallelTaskAssignmentTest()
Dcpu_layout_assignment_test.cc54 [](int64 shape_size) { in AssignLayouts()
322 [](int64 shape_size) { in RunDotOutputFusion()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h251 HloCostAnalysis::ShapeSizeFunction shape_size = ShapeSizeBytesFunction(); in BufferSizeBytesFunction() local
Dhlo_cost_analysis.cc35 HloCostAnalysis::HloCostAnalysis(const ShapeSizeFunction& shape_size) in HloCostAnalysis()
38 HloCostAnalysis::HloCostAnalysis(const ShapeSizeFunction& shape_size, in HloCostAnalysis()
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc962 int64 limit, int shape_size, const T* data, int64* data_index, in PrintOneDim()
1078 const int shape_size = tensor_shape.dims(); in SummarizeArray() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc238 int32* shape_size, in EncodeSelfDescribingShapeConstant()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc689 int64 shape_size = [&]() { in ValidateShapeSize() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h138 RuntimeShape(int shape_size, int32 value) : size_(0) { in RuntimeShape()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h141 RuntimeShape(int shape_size, int32 value) : size_(0) { in RuntimeShape()