Home
last modified time | relevance | path

Searched refs:kTensorShapes (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile_test.cc55 {StatType::kTensorShapes, "[3, 3, 512, 512]"}}); in TEST()
70 {StatType::kTensorShapes, ""}}); in TEST()
86 {StatType::kTensorShapes, "[1, 2]"}}); in TEST()
Dxplane_to_step_events.cc215 case StatType::kTensorShapes: in ConvertDeviceTraceXLineToStepEvents()
Dxplane_to_memory_profile.cc155 case StatType::kTensorShapes: in GenerateMemoryProfile()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_utils_test.cc348 const TensorShape kTensorShapes[] = { in TEST_P() local
352 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P()
453 const TensorShape kTensorShapes[] = {{3}, {4, 5}, {6, 7, 8}, {9, 10, 11, 12}}; in TEST_P() local
455 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P()
491 const TensorShape kTensorShapes[] = {{3}, {4, 5}, {6, 7, 8}, {9, 10, 11, 12}}; in TEST_P() local
495 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P()
/external/tensorflow/tensorflow/core/profiler/utils/
Dgpu_event_stats.cc40 case StatType::kTensorShapes: in GpuEventStats()
Dcost_utils.cc97 case StatType::kTensorShapes: in Predict()
Dxplane_schema.cc208 {"shape", kTensorShapes}, in GetStatTypeMap()
Dxplane_schema.h198 kTensorShapes, enumerator