Home
last modified time | relevance | path

Searched refs:CHECK_NOTNULL (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_tfconversion_pass.cc144 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 …]
Dreplicate_per_replica_nodes_test.cc54 CHECK_NOTNULL(GetNodeByName(node_name)) in SetAssignedDevice()
71 CHECK_NOTNULL(GetNodeByName(node_name))->assigned_device_name()); in CheckAssignedDevice()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc69 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()
Dfile_system.cc113 CHECK_NOTNULL(undeleted_files); in DeleteRecursively()
114 CHECK_NOTNULL(undeleted_dirs); in DeleteRecursively()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc37 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 …]
Dlmdb_reader_op.cc100 CHECK_NOTNULL(mdb_cursor_); in Seek()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc128 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/
Dpy_util.cc33 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/
Dpng_io.cc154 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/
Dops.cc24 CHECK_NOTNULL(node_); in input()
41 CHECK_NOTNULL(node_); in output()
Dgradients_test.cc95 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/
Dvariant_op_registry_test.cc215 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()
Dvariant_op_registry.cc74 CHECK_NOTNULL(variant); in DecodeUnaryVariant()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h426 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 …]
Drocm_solvers.cc138 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/
Dgraph_transferer.cc168 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/
Dfunction_api_info_test.cc122 CHECK_NOTNULL(info); in GetInterfaceName()
129 CHECK_NOTNULL(info); in GetPreferredDevice()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor_conversion.cc43 CHECK_NOTNULL(value); in Lookup()
/external/pigweed/pw_assert/public/pw_assert/
Dshort.h30 #define CHECK_NOTNULL PW_CHECK_NOTNULL macro
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search.h95 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/
Dexecution_tracker.cc31 : backend_(CHECK_NOTNULL(backend)), in AsyncExecution()
Dcall_graph.h64 : instruction_(CHECK_NOTNULL(instruction)), in CallSite()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph_test.cc210 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/
Dtensorrt_test.cc135 if (CHECK_NOTNULL(GPUMachineManager())->VisibleDeviceCount() <= 0) { in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_context.cc97 CHECK_NOTNULL(reinterpret_cast<const cudaStream_t*>( in Create()

123