HomeSort by relevance Sort by last modified time
    Searched refs:target_context (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.cc 707 Status ShapeRefiner::ConstantPartialShape(InferenceContext* target_context,
722 *result = target_context->Scalar();
744 dims.push_back(size < 0 ? target_context->UnknownDim()
745 : target_context->MakeDim(size));
747 dims.push_back(target_context->UnknownDim());
750 *result = target_context->MakeShape(dims);
752 *result = target_context->Scalar();
761 TF_RETURN_IF_ERROR(ConstantPartialShape(target_context, input_edge->src(),
763 if (!target_context->RankKnown(sub_result)) {
767 *result = target_context->UnknownShape()
    [all...]
shape_refiner.h 254 // <target_context> is used when creating new DimensionHandle and ShapeHandle
256 Status ConstantPartialShape(shape_inference::InferenceContext* target_context,
  /system/core/init/
property_service.cpp 113 static bool CheckMacPerms(const std::string& name, const char* target_context,
115 if (!target_context || !source_context) {
124 bool has_access = (selinux_check_access(source_context, target_context, "property_service",
444 const char* target_context = nullptr; local
446 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type);
448 if (!CheckMacPerms(name, target_context, source_context.c_str(), cr)) {

Completed in 126 milliseconds