/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | dumping_callback.py | 311 if (tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_TENSOR and 377 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.NO_TENSOR: 399 elif tensor_debug_mode in (debug_event_pb2.TensorDebugMode.CURT_HEALTH, 400 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH, 401 debug_event_pb2.TensorDebugMode.FULL_HEALTH, 402 debug_event_pb2.TensorDebugMode.SHAPE): 406 debug_event_pb2.TensorDebugMode.CURT_HEALTH, 407 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH, 408 debug_event_pb2.TensorDebugMode.FULL_HEALTH) and 410 tensor_debug_mode == debug_event_pb2.TensorDebugMode.SHAPE and [all …]
|
H A D | debug_v2_ops_test.py | 70 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 79 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 117 debug_event_pb2.TensorDebugMode.FULL_TENSOR) 128 debug_event_pb2.TensorDebugMode.FULL_TENSOR) 150 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 176 debug_event_pb2.TensorDebugMode.FULL_TENSOR) 200 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 219 debug_event_pb2.TensorDebugMode.FULL_TENSOR) 249 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 291 debug_event_pb2.TensorDebugMode.REDUCE_INF_NAN_THREE_SLOTS))) [all …]
|
H A D | debug_events_monitors.py | 218 assert tensor_debug_mode != debug_event_pb2.TensorDebugMode.FULL_TENSOR 221 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.CURT_HEALTH: 230 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.CONCISE_HEALTH: 243 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_HEALTH: 264 debug_event_pb2.TensorDebugMode.FULL_TENSOR): 289 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
|
H A D | debug_events_monitors_test.py | 244 debug_event_pb2.TensorDebugMode.CURT_HEALTH, 266 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH, 271 debug_event_pb2.TensorDebugMode.FULL_HEALTH, 311 debug_event_pb2.TensorDebugMode.SHAPE, 363 debug_event_pb2.TensorDebugMode.FULL_TENSOR, 391 debug_event_pb2.TensorDebugMode.CURT_HEALTH, 415 debug_event_pb2.TensorDebugMode.CONCISE_HEALTH, 449 trace_digest, ["g0", "g1"], debug_event_pb2.TensorDebugMode.FULL_TENSOR) 476 debug_event_pb2.TensorDebugMode.CURT_HEALTH,
|
H A D | debug_events_writer_test.py | 710 debug_event_pb2.TensorDebugMode.CURT_HEALTH, 723 debug_event_pb2.TensorDebugMode.CURT_HEALTH) 736 debug_event_pb2.TensorDebugMode.FULL_HEALTH, 749 debug_event_pb2.TensorDebugMode.FULL_HEALTH) 764 debug_event_pb2.TensorDebugMode.FULL_HEALTH, 885 debug_event_pb2.TensorDebugMode.CURT_HEALTH, 895 debug_event_pb2.TensorDebugMode.CURT_HEALTH) 904 debug_event_pb2.TensorDebugMode.NO_TENSOR, 914 debug_event_pb2.TensorDebugMode.NO_TENSOR)
|
H A D | debug_events_reader.py | 890 debug_event_pb2.TensorDebugMode.FULL_TENSOR): 893 debug_event_pb2.TensorDebugMode.NO_TENSOR): 1069 debug_event_pb2.TensorDebugMode.FULL_TENSOR):
|
H A D | check_numerics_callback.py | 220 debug_event_pb2.TensorDebugMode.REDUCE_INF_NAN_THREE_SLOTS))
|
H A D | dumping_callback_test.py | 172 debug_event_pb2.TensorDebugMode.keys()[execution.tensor_debug_mode], 1091 debug_event_pb2.TensorDebugMode.keys()[execution.tensor_debug_mode],
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/ |
D | debug_event.pb.h | 94 enum TensorDebugMode : int { enum 108 constexpr TensorDebugMode TensorDebugMode_MIN = UNSPECIFIED; 109 constexpr TensorDebugMode TensorDebugMode_MAX = REDUCE_INF_NAN_THREE_SLOTS; 112 const std::string& TensorDebugMode_Name(TensorDebugMode value); 115 static_assert(::std::is_same<T, TensorDebugMode>::value || in TensorDebugMode_Name() 118 return TensorDebugMode_Name(static_cast<TensorDebugMode>(enum_t_value)); in TensorDebugMode_Name() 121 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorDebugMode* value); 2080 ::tensorflow::TensorDebugMode tensor_debug_mode() const; in Swap() 2081 void set_tensor_debug_mode(::tensorflow::TensorDebugMode value); in Swap() 2083 ::tensorflow::TensorDebugMode _internal_tensor_debug_mode() const; in Swap() [all …]
|
D | debug_event.pb.cc | 249 TensorDebugMode value) { in TensorDebugMode_Name() 264 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorDebugMode* value) { in TensorDebugMode_Parse() 269 *value = static_cast<TensorDebugMode>(int_value); in TensorDebugMode_Parse() 3604 _internal_set_tensor_debug_mode(static_cast<::tensorflow::TensorDebugMode>(val)); in _InternalParse() 4108 _internal_set_tensor_debug_mode(static_cast<::tensorflow::TensorDebugMode>(val)); in _InternalParse()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/ |
H A D | debug_event.proto | 17 enum TensorDebugMode { enum 253 TensorDebugMode tensor_debug_mode = 6; 291 TensorDebugMode tensor_debug_mode = 4;
|
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/ |
H A D | api_def_DebugIdentityV2.pbtxt | 34 TensorDebugMode enum value. See debug_event.proto for details.
|
H A D | api_def_DebugNumericSummaryV2.pbtxt | 14 by the op. See the TensorDebugMode enum in
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | debug_events_writer.cc | 288 trace->set_tensor_debug_mode(TensorDebugMode(tensor_debug_mode)); in WriteGraphExecutionTrace()
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_java_lite/android_common_apex33/javac/ |
D | tensorflow_core_proto_java_lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_java_lite/android_common_apex33/turbine/ |
D | tensorflow_core_proto_java_lite.jar | org/tensorflow/distruntime/ClusterDef$Builder.class
<Unknown>
package org.tensorflow. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/combined/ |
D | FederatedCompute.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/jarjar/ |
D | FederatedCompute.jar | xla/Protocol.class
Protocol.java
package xla
public final xla.Protocol extends java.lang ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/withres/ |
D | OnDevicePersonalization.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |