/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_tfconversion_pass.cc | 144 CHECK_NOTNULL(e); in InsertConversionNodeOnEdge() 149 CHECK_NOTNULL(src); in InsertConversionNodeOnEdge() 150 CHECK_NOTNULL(dst); in InsertConversionNodeOnEdge() 179 CHECK_NOTNULL(conversion_node); in InsertConversionNodeOnEdge() 199 CHECK_NOTNULL((*g)->AddEdge(conversion_node, 0, dst, e->dst_input())); in InsertConversionNodeOnEdge() 212 CHECK_NOTNULL(n); in InsertInputConversionNode() 248 CHECK_NOTNULL(conversion_node); in InsertInputConversionNode() 255 CHECK_NOTNULL((*g)->AddControlEdge(e->src(), conversion_node)); in InsertInputConversionNode() 284 CHECK_NOTNULL((*g)->AddEdge(conversion_node, 0, n, edges[0]->dst_input())); in InsertInputConversionNode() 285 CHECK_NOTNULL((*g)->AddEdge(conversion_node, 1, n, edges[1]->dst_input())); in InsertInputConversionNode() [all …]
|
D | replicate_per_replica_nodes_test.cc | 54 CHECK_NOTNULL(GetNodeByName(node_name)) in SetAssignedDevice() 71 CHECK_NOTNULL(GetNodeByName(node_name))->assigned_device_name()); in CheckAssignedDevice()
|
/external/tensorflow/tensorflow/core/platform/ |
D | logging_test.cc | 69 CHECK_NOTNULL(p_const); in TEST() 70 CHECK_NOTNULL(p_non_const); in TEST() 82 ASSERT_DEATH(printf("%s", CHECK_NOTNULL(p_null)), "Must be non NULL"); in TEST() 83 ASSERT_DEATH(printf("%s", CHECK_NOTNULL(p_null_const)), "Must be non NULL"); in TEST()
|
D | file_system.cc | 113 CHECK_NOTNULL(undeleted_files); in DeleteRecursively() 114 CHECK_NOTNULL(undeleted_dirs); in DeleteRecursively()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 37 CHECK_NOTNULL(node); in FindNodeByName() 78 CHECK_NOTNULL(tid); in IsSameNodeName() 99 CHECK_NOTNULL(str); in AppendDeliminator() 107 CHECK_NOTNULL(out); in ConvertMapToVector() 429 CHECK_NOTNULL(node_def); in GetOutputTensorShapeType() 612 CHECK_NOTNULL(execute_info); in BuildRemoteFusedGraphExecuteInfo() 613 CHECK_NOTNULL(input_types); in BuildRemoteFusedGraphExecuteInfo() 614 CHECK_NOTNULL(output_types); in BuildRemoteFusedGraphExecuteInfo() 681 CHECK_NOTNULL(graph); in BuildRemoteFusedGraphExecuteOpNode() 682 CHECK_NOTNULL(created_node); in BuildRemoteFusedGraphExecuteOpNode() [all …]
|
D | lmdb_reader_op.cc | 100 CHECK_NOTNULL(mdb_cursor_); in Seek()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 128 CHECK_NOTNULL((new gtl::FlatSet<string>{ in IsCastLike() 228 CHECK_NOTNULL((new gtl::FlatSet<string>{ in IsElementWiseMonotonic() 235 CHECK_NOTNULL((new gtl::FlatSet<string>{"Acos", "Erfc", "Neg", "Rsqrt"})); in IsElementWiseMonotonic() 598 CHECK_NOTNULL((new gtl::FlatSet<string>{ in IsTensorArray() 789 CHECK_NOTNULL((new gtl::FlatSet<string>{"Conj", "Reciprocal", "Invert", in OPDEF_PROPERTY_HELPER() 799 CHECK_NOTNULL((new const gtl::FlatSet<string>{ in IsValueAndOrderAndShapePreserving() 819 CHECK_NOTNULL((new const gtl::FlatSet<string>{ in IsValueAndOrderPreserving() 830 CHECK_NOTNULL((new gtl::FlatSet<string>{ in IsValuePreserving() 849 CHECK_NOTNULL((new gtl::FlatSet<string>{ in IsUnaryElementWise() 912 static const gtl::FlatSet<string>* const kNonForwardingOps = CHECK_NOTNULL( in NeverForwardsInputs()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_util.cc | 33 CHECK_NOTNULL(reinterpret_cast<PyClassObject*>(py)->cl_name)); in ClassName() 35 return PyString_AS_STRING(CHECK_NOTNULL( in ClassName()
|
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.cc | 154 CHECK_NOTNULL(width); in DecodeHeader() 156 CHECK_NOTNULL(height); in DecodeHeader() 310 CHECK_NOTNULL(data); in CommonFinishDecode() 349 CHECK_NOTNULL(image); in WriteImageToBuffer() 350 CHECK_NOTNULL(png_string); in WriteImageToBuffer()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | ops.cc | 24 CHECK_NOTNULL(node_); in input() 41 CHECK_NOTNULL(node_); in output()
|
D | gradients_test.cc | 95 CHECK_NOTNULL(z.node()); in TEST_F() 121 CHECK_NOTNULL(z.node()); in TEST_F() 151 CHECK_NOTNULL(z.node()); in TEST_F() 180 CHECK_NOTNULL(v.node()); in TEST_F() 186 CHECK_NOTNULL(z.node()); in TEST_F() 323 CHECK_NOTNULL(z.node()); in TEST_F()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry_test.cc | 215 VariantValue* vv_out = CHECK_NOTNULL(v_out.get<VariantValue>()); in TEST() 241 VariantValue* vv_out = CHECK_NOTNULL(v_out.get<VariantValue>()); in TEST() 287 VariantValue* vv_out = CHECK_NOTNULL(v_out.get<VariantValue>()); in TEST() 314 VariantValue* vv_out = CHECK_NOTNULL(v_out.get<VariantValue>()); in TEST()
|
D | variant_op_registry.cc | 74 CHECK_NOTNULL(variant); in DecodeUnaryVariant()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 426 CHECK_NOTNULL(md); in SetMklLayout() 704 CHECK_NOTNULL(input_tensors); in GetMklInputList() 726 CHECK_NOTNULL(context); 1286 CHECK_NOTNULL(tensor); in GetTensorBuffer() 1345 CHECK_NOTNULL(tensor); in SetUsrMem() 1351 CHECK_NOTNULL(tensor); in SetUsrMem() 1381 CHECK_NOTNULL(user_memory_); in GetUsrMemDataHandle() 1388 CHECK_NOTNULL(user_memory_); 1389 CHECK_NOTNULL(data_buffer); 1448 CHECK_NOTNULL(from); in CreateReorder() [all …]
|
D | rocm_solvers.cc | 138 const hipStream_t* hip_stream_ptr = CHECK_NOTNULL( in ROCmSolver() 145 HandleMap* handle_map = CHECK_NOTNULL(GetHandleMapSingleton()); in ROCmSolver()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer.cc | 168 CHECK_NOTNULL(node); in LoadGraphFromProto() 334 CHECK_NOTNULL(node); in TransformGraphToAddAggregatedInputNode() 353 CHECK_NOTNULL(input_node); in TransformGraphToAddAggregatedInputNode() 376 CHECK_NOTNULL(original_input_node); in TransformGraphToAddAggregatedInputNode() 382 CHECK_NOTNULL(created_node); in TransformGraphToAddAggregatedInputNode() 406 CHECK_NOTNULL(context); in TransformGraphToAddAggregatedInputNode() 685 CHECK_NOTNULL(input0_node); in RegisterNodeWithRank() 734 CHECK_NOTNULL(input_node); in RegisterPadNode() 739 CHECK_NOTNULL(tensor_proto); in RegisterPadNode() 875 CHECK_NOTNULL(input_node); in AddNodeInputByInputIndex()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_api_info_test.cc | 122 CHECK_NOTNULL(info); in GetInterfaceName() 129 CHECK_NOTNULL(info); in GetPreferredDevice()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor_conversion.cc | 43 CHECK_NOTNULL(value); in Lookup()
|
/external/pigweed/pw_assert/public/pw_assert/ |
D | short.h | 30 #define CHECK_NOTNULL PW_CHECK_NOTNULL macro
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_search.h | 95 beam_scorer_(CHECK_NOTNULL(scorer)) { 405 CHECK_NOTNULL(paths)->clear(); in TopPaths() 406 CHECK_NOTNULL(log_probs)->clear(); in TopPaths()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | execution_tracker.cc | 31 : backend_(CHECK_NOTNULL(backend)), in AsyncExecution()
|
D | call_graph.h | 64 : instruction_(CHECK_NOTNULL(instruction)), in CallSite()
|
/external/tensorflow/tensorflow/core/graph/ |
D | subgraph_test.cc | 210 EXPECT_FALSE(IsRefType(CHECK_NOTNULL(n)->output_type(0))); in TEST_F() 222 EXPECT_FALSE(IsRefType(CHECK_NOTNULL(n)->output_type(0))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 135 if (CHECK_NOTNULL(GPUMachineManager())->VisibleDeviceCount() <= 0) { in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cusolver_context.cc | 97 CHECK_NOTNULL(reinterpret_cast<const cudaStream_t*>( in Create()
|